Plugin Directory


Ignore:
Timestamp:
10/10/2013 07:41:40 PM (12 years ago)
Author:
lessbloat
Message:

Super rough pass at fleshing out the rest of the activity widget - still needs a fair amount of code refactoring and CSS love.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dashboard/trunk/js/dash-rwd.js

    r785996 r786069  
    1515    });
    1616});
     17
    1718jQuery(window).resize( _.debounce( function(){
    1819    updateColumnCount();
    1920}, 50) );
     21
    2022function updateColumnCount() {
    2123    var cols = 1,
Note: See TracChangeset for help on using the changeset viewer.