summaryrefslogtreecommitdiff
path: root/screen.js
diff options
context:
space:
mode:
Diffstat (limited to 'screen.js')
-rw-r--r--screen.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/screen.js b/screen.js
new file mode 100644
index 0000000..3d1b8c2
--- /dev/null
+++ b/screen.js
@@ -0,0 +1,9 @@
+(function ($) {
+
+ Drupal.behaviors.nuvemWidget = {
+ attach: function (context, settings) {
+ $('.b2-sheet').css('width', $(document).width());
+ }
+ };
+
+})(jQuery);