Ver Fonte

Committed a new js file

Chun-Huai Cheng há 9 anos atrás
pai
commit
e4dcee9650
1 ficheiros alterados com 12 adições e 0 exclusões
  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);