Changeset 786069 for dashboard/trunk/js/dash-rwd.js
- Timestamp:
- 10/10/2013 07:41:40 PM (12 years ago)
- File:
-
- 1 edited
-
dashboard/trunk/js/dash-rwd.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dashboard/trunk/js/dash-rwd.js
r785996 r786069 15 15 }); 16 16 }); 17 17 18 jQuery(window).resize( _.debounce( function(){ 18 19 updateColumnCount(); 19 20 }, 50) ); 21 20 22 function updateColumnCount() { 21 23 var cols = 1,
Note: See TracChangeset
for help on using the changeset viewer.