Skip to content

Commit

Permalink
[#1200] Fix for failing mocha test it's because of scoping...
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Oct 24, 2013
1 parent ca51350 commit 1fa0e88
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();
});
$('[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 1fa0e88

Please sign in to comment.