Fix brackets
authorJeremy Tan <[email protected]>
Sat, 19 Oct 2013 06:51:57 +0000 (14:51 +0800)
committerJeremy Tan <[email protected]>
Sat, 19 Oct 2013 06:51:57 +0000 (14:51 +0800)
testing/MCTXWeb/public_html/graph.html

index 7416a10..92539f2 100644 (file)
     <script type="text/javascript">
       runBeforeLoad().done(function() {
         $(document).ready(function() {
-        
+          //nothing for now
         }).always(function() {
-        $(document).ready(function() {
-          $("#graph-controls").setDevices();
+          $(document).ready(function() {
+            $("#graph-controls").setDevices();
+          });
         });
       });
 

UCC git Repository :: git.ucc.asn.au