##// END OF EJS Templates
Drag target bigger for empty notebook dashboard...
Drag target bigger for empty notebook dashboard When no notebooks, show "Notebook list empty", which increase the size of the drag target. fixes #1492

File last commit:

r4053:b45902e3
r6857:f4a9b718
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *