Browse Source

add twisterarmy branch as the source of twister-html repo

pull/32/head
ghost 2 years ago
parent
commit
cf54da63fe
  1. 2
      js/mobile_abstract.js

2
js/mobile_abstract.js

@ -662,7 +662,7 @@ function checkUpdatesClient(alertIfNoUpdates) {
} }
var repo = 'twister-html'; // TODO source repo selection in options var repo = 'twister-html'; // TODO source repo selection in options
var repoOwner = 'miguelfreitas'; var repoOwner = 'twisterarmy';
// TODO notification if local branch was changed ('r u wanna reload the page?') // TODO notification if local branch was changed ('r u wanna reload the page?')
/*if (!twister.var.updatesCheckClient.formerBranch || !twister.var.updatesCheckClient.formerCommit) { /*if (!twister.var.updatesCheckClient.formerBranch || !twister.var.updatesCheckClient.formerCommit) {

Loading…
Cancel
Save