From 3fb5eee7d9de7a663b1371c0c8d004986cbad5e9 Mon Sep 17 00:00:00 2001 From: John Glover Date: Wed, 6 Nov 2013 18:16:43 +0100 Subject: [PATCH] [#1251] Disable JS popover call. Throws an error which is currently preventing Recline views from loading. --- ckan/public/base/javascript/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/public/base/javascript/main.js b/ckan/public/base/javascript/main.js index 42c76dfd15f..6089b6ff533 100644 --- a/ckan/public/base/javascript/main.js +++ b/ckan/public/base/javascript/main.js @@ -36,7 +36,7 @@ this.ckan = this.ckan || {}; ckan.i18n.load(data); ckan.module.initialize(); }); - jQuery('[data-target="popover"]').popover(); + // jQuery('[data-target="popover"]').popover(); }; /* Returns a full url for the current site with the provided path appended.