summaryrefslogtreecommitdiff
path: root/screen.js
blob: 3d1b8c28a8bd7e30fcc6d3da2ad6369347b8bcef (plain)
1
2
3
4
5
6
7
8
9
(function ($) {

  Drupal.behaviors.nuvemWidget = {
    attach: function (context, settings) {
      $('.b2-sheet').css('width', $(document).width());
    }
  };

})(jQuery);