瀏覽代碼

Committed a new js file

Chun-Huai Cheng 9 年之前
父節點
當前提交
e4dcee9650
共有 1 個文件被更改,包括 12 次插入0 次删除
  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);