Skip to content

Commit 94bfb0f

Browse files
committed
appease Uglifier for asset compilation
1 parent 822157f commit 94bfb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ $(document).ready(function () {
105105
var tag = $(this);
106106

107107
// Instantiate a cache for all page lookup queries (if not already created)
108-
window.load_page_name_cache ||= {};
108+
window.load_page_name_cache = window.load_page_name_cache || {};
109109
var page_name_key = tag.data('klass') + '/' + tag.data('id');
110110

111111
if (page_name_key in window.load_page_name_cache) {

0 commit comments

Comments
 (0)