Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ask-ai-button.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
(function () {
'use strict';

Expand Down Expand Up @@ -155,4 +156,5 @@
} else {
init();
}
})();
})();
*/
2 changes: 2 additions & 0 deletions custom-footer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
(function () {
'use strict';

Expand Down Expand Up @@ -320,3 +321,4 @@
init();
}
})();
*/
4 changes: 3 additions & 1 deletion customize-layout.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
(function () {
'use strict';

Expand Down Expand Up @@ -86,4 +87,5 @@
subtree: true
});

})();
})();
*/
8 changes: 5 additions & 3 deletions navbar-cta.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
(function () {
'use strict';

Expand Down Expand Up @@ -87,11 +88,11 @@
if (data.stargazers_count) {
el.textContent = formatStars(data.stargazers_count);
}
} catch (e) { /* keep fallback */ }
} catch (e) { // keep fallback }
}
};
xhr.send();
} catch (e) { /* keep fallback */ }
} catch (e) { // keep fallback }
}

function init() {
Expand All @@ -108,4 +109,5 @@
} else {
init();
}
})();
})();
*/