Skip to content

Commit 43ba6bf

Browse files
committed
add build time to the numbas-mathjax script
1 parent 47c05e9 commit 43ba6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/default/templates/scripts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
allowTexHTML: true
88
},
99
loader: {
10-
load: ['[numbas]/numbas-mathjax.js', '[tex]/texhtml'],
10+
load: ['[numbas]/numbas-mathjax.js?build_time={{build_time}}', '[tex]/texhtml'],
1111
paths: {numbas: './scripts/standalone_scripts'},
1212
versionWarnings: false
1313
}

0 commit comments

Comments
 (0)