Team:Cambridge/new

From 2011.igem.org

(Difference between revisions)
Line 67: Line 67:
   $.getScript(script, function() {
   $.getScript(script, function() {
-
    console.log('    Loaded: ' + script);
 
     for(var i in other_scripts)
     for(var i in other_scripts)
     {
     {
-
      console.log('  loading: ' + other_scripts[i]);
+
       $.getScript(other_scripts[i]);
-
       $.getScript(other_scripts[i], function() {console.log('    Success: ' + other_scripts[i]);});
+
     }
     }
   });
   });

Revision as of 16:11, 11 September 2011

OVERVIEW
home