We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822157f commit 94bfb0fCopy full SHA for 94bfb0f
app/assets/javascripts/content.js
@@ -105,7 +105,7 @@ $(document).ready(function () {
105
var tag = $(this);
106
107
// Instantiate a cache for all page lookup queries (if not already created)
108
- window.load_page_name_cache ||= {};
+ window.load_page_name_cache = window.load_page_name_cache || {};
109
var page_name_key = tag.data('klass') + '/' + tag.data('id');
110
111
if (page_name_key in window.load_page_name_cache) {
0 commit comments