summaryrefslogtreecommitdiff
path: root/wikipedia/views
diff options
context:
space:
mode:
authorRory MacQueen <rorymacqueen@gmail.com>2013-08-06 11:55:48 -0700
committerRory MacQueen <rorymacqueen@gmail.com>2013-08-06 11:55:48 -0700
commit488b86de7181949d45c686fa1846dfcd77ccfff9 (patch)
tree14fcde3ec11b02cd19f5dcd7d6d21638e6bb9021 /wikipedia/views
parent06d20234429a15197ffd673bc4f75b92fb33f969 (diff)
Fix for loading temp files that are HTML
Diffstat (limited to 'wikipedia/views')
-rw-r--r--wikipedia/views/wikipedia_view.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/wikipedia/views/wikipedia_view.js b/wikipedia/views/wikipedia_view.js
index 05d7647..e5762a6 100644
--- a/wikipedia/views/wikipedia_view.js
+++ b/wikipedia/views/wikipedia_view.js
@@ -85,7 +85,6 @@ const WikipediaView = new Lang.Class({
documentHTML = documentHTML + this._get_script_html(current_dir, scripts);
let temp_uri = Utils.write_contents_to_temp_file("wiki.html", documentHTML);
-
// TODO: Ask about how we can load directly from HTML using load_html.
// Right now, this doesn't work, regardless of what we put in for base_uri
this.load_uri(temp_uri);