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 9b00afb commit f2743ffCopy full SHA for f2743ff
public/js/slide.js
@@ -4,9 +4,10 @@
4
require('../css/extra.css')
5
require('../css/site.css')
6
7
+import { preventXSS } from './render'
8
import { md, updateLastChange, removeDOMEvents, finishView } from './extra'
9
-const body = $('.slides').text()
10
+const body = preventXSS($('.slides').text())
11
12
window.createtime = window.lastchangeui.time.attr('data-createtime')
13
window.lastchangetime = window.lastchangeui.time.attr('data-updatetime')
0 commit comments