Commit 0c18f999 authored by Gabriel L. Oliveira's avatar Gabriel L. Oliveira

Refactor to only load UNG document list when necessary

Only loads UNG document list when on UNG main page.
parent 1ae31dc1
...@@ -620,6 +620,7 @@ $().ready(function(){\n ...@@ -620,6 +620,7 @@ $().ready(function(){\n
h3Tag.hide();\n h3Tag.hide();\n
}\n }\n
\n \n
if (!$("div.gadget-column").length == 0) {\n
// render main document listbox\n // render main document listbox\n
$.ajax({\n $.ajax({\n
async: false,\n async: false,\n
...@@ -649,7 +650,7 @@ $().ready(function(){\n ...@@ -649,7 +650,7 @@ $().ready(function(){\n
wrapUpdater();\n wrapUpdater();\n
}\n }\n
});\n });\n
\n }\n
return false;\n return false;\n
});\n });\n
\n \n
......
2011-07-01 gabriel.oliveira
* Refactor to only load UNG document list when necessary
2011-07-01 gabriel.oliveira 2011-07-01 gabriel.oliveira
* Remove old way of overriding preference for text editors * Remove old way of overriding preference for text editors
......
385 386
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment