Browse Source

do not change webtorrent debug settings, leave as is

readme-update
Miguel Freitas 9 years ago
parent
commit
440bce7c2d
  1. 2
      js/interface_home.js

2
js/interface_home.js

@ -307,7 +307,7 @@ function refreshTwistdayReminder() {
function initWebTorrent() { function initWebTorrent() {
//localStorage.debug = '*' //localStorage.debug = '*'
localStorage.removeItem('debug') //localStorage.removeItem('debug')
if ($.localStorage.isSet('torrentIds')) if ($.localStorage.isSet('torrentIds'))
twister.torrentIds = $.localStorage.get('torrentIds'); twister.torrentIds = $.localStorage.get('torrentIds');

Loading…
Cancel
Save