Explorar el Código

Committed a new js file

Chun-Huai Cheng hace 9 años
padre
commit
e4dcee9650
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  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);