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.
2 parents 32fbec4 + 0072d30 commit 2029182Copy full SHA for 2029182
src/jupyter_contrib_nbextensions/nbextensions/code_font_size/code_font_size.js
@@ -10,7 +10,7 @@ define([
10
var pre_style = null;
11
for(i = 0; i < document.styleSheets.length; i++){
12
//if style sheet is custom.css
13
- if(/localhost.*\/custom\/custom\.css/.test(document.styleSheets[i].href)){
+ if(/.*\/custom\/custom\.css/.test(document.styleSheets[i].href)){
14
//pre_css now contains the style sheet custom.css
15
pre_css = document.styleSheets[i];
16
break;
0 commit comments