Skip to content

Commit 736911d

Browse files
committed
disabling spaces js plugin
1 parent 2a335dc commit 736911d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/utils.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,8 @@
460460

461461
$(document).ready(function () {
462462
// starting spaces plugin
463-
$.spaces.init()
463+
// TODO: disabled until fixed
464+
// $.spaces.init()
464465

465466
$.hash.init({ parent: "pre"})
466467
});

0 commit comments

Comments
 (0)