##// END OF EJS Templates
Updating jQuery to 1.6.2 and jQuery UI to 1.8.14....
Updating jQuery to 1.6.2 and jQuery UI to 1.8.14. I have also added a focus.html files for testing focus related events.

File last commit:

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