X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Fstatic%2Fjs%2Fhtsw.js;h=43097cfd785156290358fa1accab4f6d287908ba;hp=2d12e87b93965d0c38581cbc56c149385f54e49e;hb=7c02c18335a009ed894aa2360783d690ed3d7395;hpb=179214d503abf886a5b092c078bd7d20a69669f3 diff --git a/htsworkflow/frontend/static/js/htsw.js b/htsworkflow/frontend/static/js/htsw.js index 2d12e87..43097cf 100644 --- a/htsworkflow/frontend/static/js/htsw.js +++ b/htsworkflow/frontend/static/js/htsw.js @@ -22,6 +22,14 @@ var goto_url = function(www_url) } $(document).ready(function(){ + //---------------------------------------- + // Django Library Page CSS Fix + /*var fix_library_css = function() { + Ext.fly('library-index-div').select('*').addClass('djangocss'); + } + fix_library_css(); + */ + //---------------------------------------- // Dynamically Generate Panels from HTML!