Changeset 284 for Dev/branches/Cartis/Tiles preview/js/dashboardScripts.js
- Timestamp:
- 02/23/12 17:02:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/Tiles preview/js/dashboardScripts.js
r278 r284 59 59 60 60 (function() { 61 debugger;62 61 var el = ge("dbSessionInstancesList"); 63 62 for (var n = 0; n < dummyDatabase.instances.length; n++) { … … 111 110 // Set timeout of 500ms, then execute ajaxInfoRequest with previously gathered parameters. 112 111 //dbSelectionInfoTimeout = window.setTimeout(ajaxInfoRequest, dbSelectionInfoTime, uid, ge("dbInfoPanelContent"), type); 113 debugger;114 112 dbSelectionInfoTimeout = window.setTimeout(getInfo, dbSelectionInfoTime, type, uid); 115 113 } … … 159 157 function addDataToList() { 160 158 // Take selected objects and add to shopping cart 161 debugger;162 159 // set element 163 160 var element;
Note: See TracChangeset
for help on using the changeset viewer.