Skip to content

Commit 2f6cbc3

Browse files
committed
Update css-snippet.js
1 parent 101c0f8 commit 2f6cbc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

css-snippet.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ window.RevealCSSSnippet = function (O) {
66
stl = document.createElement('style'),
77
ts;
88

9-
//Get Random ID
109
do {
1110
ts = parseInt((Math.random() * 100000), 10);
1211
} while (document.getElementById('csssnippet-' + ts));

0 commit comments

Comments
 (0)