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