Skip to content

Commit

Permalink
Remove traces of local file loading
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSjogren committed Jun 14, 2016
1 parent a8d4801 commit c21fd52
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6,321 deletions.
3 changes: 0 additions & 3 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ chrome.browserAction.onClicked.addListener(function(tab) {
var subtitleURL = 'http://downsub.com/index.php?title=' + id +
"&url=http%3A%2F%2Fviki.com%2Fko"; // <--Korean subtitles
//"&url=http%3A%2F%2Fviki.com%2Fen"; // <-- English subtitles
/* Use something like
* subtitleURL = chrome.runtime.getURL("demo2.srt");
* if you want to load local files. */
xhr.open("GET", subtitleURL, true);
xhr.send();
});
Expand Down
Loading

0 comments on commit c21fd52

Please sign in to comment.