Commit c327009e authored by Gabriel L. Oliveira's avatar Gabriel L. Oliveira

Improve performance when not logged in

* When not logged in, just display "log in" form
  and stop processing unnecessary behaviours.
parent 2b9c1024
......@@ -259,6 +259,7 @@ $().ready(function(){\n
$("p.clear").remove();\n
if ($("a#login").html() != null){\n
displayLoginForm();\n
return 0;\n
}\n
if ($("div.gadget-column").length == 0) {\n
parameterList = getUrlParameterList();\n
......
2011-09-21 gabriel.oliveira
* Improve performance when not logged in
2011-09-21 gabriel.oliveira
* Improve "Change State" dialog, both layout and behaviour
......
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