Skip to content

Commit

Permalink
[#1251] Disable JS popover call.
Browse files Browse the repository at this point in the history
Throws an error which is currently preventing
Recline views from loading.
  • Loading branch information
johnglover committed Nov 6, 2013
1 parent 1080ac0 commit 3fb5eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/public/base/javascript/main.js
Expand Up @@ -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.
Expand Down

0 comments on commit 3fb5eee

Please sign in to comment.