Skip to content

Commit f4db758

Browse files
committed
- try to fix a broken firefox problem
1 parent 04dd34e commit f4db758

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/site.js

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ $(document).ready(function() {
132132
text.addClass("code");
133133
//console.log("File: " + file + " -- objtype: " + typeof(content));
134134
//console.log(content);
135-
136135
text.append(document.createTextNode(content));
137136
self.append(text);
138137
Site.add_view_plain_text_link(self);

0 commit comments

Comments
 (0)