Browse Source

Committed a new js file

Chun-Huai Cheng 9 years ago
parent
commit
e4dcee9650
1 changed files with 12 additions and 0 deletions
  1. 12 0
      tripal_panes/theme/js/tripal_panes.admin.js

+ 12 - 0
tripal_panes/theme/js/tripal_panes.admin.js

@@ -0,0 +1,12 @@
+/**
+ * Override the field UI's default behavior
+ * @param $
+ */
+(function($) {
+
+  Drupal.behaviors.tripalPane = {
+    attach: function (context, settings) {
+    	Drupal.behaviors.fieldUIDisplayOverview = {};
+    }
+  };
+})(jQuery);