##// END OF EJS Templates
Changing CodeMirror-scroll to overflow-y: hidden....
Changing CodeMirror-scroll to overflow-y: hidden. * It seems that our old setting of visible was causing scroll bars to appear if font sizes change in Chrome. * Also changed json -> xml in Download UI.

File last commit:

r3408:261328d5
r4638:68889f9c
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *