Index: sites/all/modules/bu/bu.js
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- sites/all/modules/bu/bu.js	(revision cf5398f05144fe40241ed2740cab4d0f33059715)
+++ sites/all/modules/bu/bu.js	(revision )
@@ -1,23 +1,25 @@
 (function ($) {
 Drupal.behaviors.bu = {
   attach: function(context) {
+    if (context == document) {
-  	var e = document.createElement("script");
-  	e.setAttribute("type", "text/javascript");
-  	$buoop = {
-	  vs: {
-	    i:Drupal.settings.bu['ie'],
-	    f:Drupal.settings.bu['firefox'],
-	    o:Drupal.settings.bu['opera'],
-	    s:Drupal.settings.bu['safari'],
-	    n:10
-	  },
-	  reminder: Drupal.settings.bu['reminder'],
-	  test: Drupal.settings.bu['debug'],
-	  text: Drupal.settings.bu['text'],
-	  newwindow: Drupal.settings.bu['blank']
-    }
-    e.setAttribute("src", "http://browser-update.org/update.js");
-    document.body.appendChild(e);
+      var e = document.createElement("script");
+      e.setAttribute("type", "text/javascript");
+      $buoop = {
+        vs: {
+          i:Drupal.settings.bu['ie'],
+          f:Drupal.settings.bu['firefox'],
+          o:Drupal.settings.bu['opera'],
+          s:Drupal.settings.bu['safari'],
+          n:10
+        },
+        reminder: Drupal.settings.bu['reminder'],
+        test: Drupal.settings.bu['debug'],
+        text: Drupal.settings.bu['text'],
+        newwindow: Drupal.settings.bu['blank']
+      }
+      e.setAttribute("src", "http://browser-update.org/update.js");
+      document.body.appendChild(e);
+    }
   }
 }
 })(jQuery);
