Skip to content
Snippets Groups Projects
Commit 3ed65494 authored by Ere Maijala's avatar Ere Maijala Committed by Demian Katz
Browse files

Switched a .data() call to use camelCase for consistency.

parent 7347d914
No related merge requests found
...@@ -35,7 +35,7 @@ VuFind.register('openurl', function OpenUrl() { ...@@ -35,7 +35,7 @@ VuFind.register('openurl', function OpenUrl() {
// If the target is already visible, a previous click has populated it; // If the target is already visible, a previous click has populated it;
// don't waste time doing redundant work. // don't waste time doing redundant work.
if (target.hasClass('hidden')) { if (target.hasClass('hidden')) {
_loadResolverLinks(target.removeClass('hidden'), openUrl, element.data('search-class-id')); _loadResolverLinks(target.removeClass('hidden'), openUrl, element.data('searchClassId'));
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment