Skip to content

Commit

Permalink
Underscores... not dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Nov 13, 2012
1 parent 6daf68c commit 950036d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/public/base/javascript/modules/popover-context.js
Expand Up @@ -155,7 +155,7 @@ this.ckan.module('popover-context', function($, _) {
// has this been rendered before?
if (typeof window.popover_context.render[type][id] == 'undefined') {
var params = this.sanitiseParams(json.result);
client.getTemplate('popover-context-' + type + '.html', params, this._onRenderPopover);
client.getTemplate('popover_context_' + type + '.html', params, this._onRenderPopover);
} else {
this._onRenderPopover(window.popover_context.render[type][id]);
}
Expand Down

0 comments on commit 950036d

Please sign in to comment.