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 e1f5b88 commit 9319ac3Copy full SHA for 9319ac3
root/static/js/cpan.js
@@ -571,3 +571,4 @@ function favDistribution(form) {
571
});
572
return false;
573
}
574
+window.favDistribution = favDistribution;
root/static/js/inject.js
@@ -2,6 +2,8 @@ import jQuery from 'jquery';
2
import { SyntaxHighlighter } from './shCore.js';
3
4
window.SyntaxHighlighter = SyntaxHighlighter;
5
+window.$ = jQuery;
6
+window.jQuery = jQuery;
7
8
export {
9
jQuery as default,
root/static/js/syntaxhighlighter.js
@@ -291,3 +291,4 @@ function togglePod() {
291
$(window).scrollTop(topLine.offset().top - topOffset);
292
293
294
+window.togglePod = togglePod;
0 commit comments