##// END OF EJS Templates
File list refreshes no longer move the upload filename boxes....
File list refreshes no longer move the upload filename boxes. The new file list is always placed after the upload filename boxes. I also removed the autorefresh guards against refreshing while having an upload box since this is no longer a problem.

File last commit:

r2732:60cab731
r17651:cabb61ac
Show More
__init__.py
2 lines | 78 B | text/x-python | PythonLexer
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 # -*- coding: utf-8 -*-
Brian Granger
First take at cleaning up extensions.
r2732 """This directory is meant for IPython extensions."""