##// END OF EJS Templates
fix logic for append_javascript...
fix logic for append_javascript PR #2911 results in appending javascript even if dynamic is false, so in current master all javascript outputs are actually run at load.

File last commit:

r8525:61ef7793
r9715:e7b40715
Show More
__init__.py
4 lines | 87 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from _jsonpointer import *