mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-05 03:24:17 +00:00
Merge pull request #32 from twisterarmy/twisterarmy
merge template updates
This commit is contained in:
commit
c6e598386e
@ -58,6 +58,8 @@
|
|||||||
<a class="dropdown-menu-item promoted-posts-only selectable_theme theme_original theme_calm" href="#">Switch to Promoted posts</a>
|
<a class="dropdown-menu-item promoted-posts-only selectable_theme theme_original theme_calm" href="#">Switch to Promoted posts</a>
|
||||||
<a class="dropdown-menu-item direct-messages selectable_theme theme_original theme_calm" href="#">Direct Messages</a>
|
<a class="dropdown-menu-item direct-messages selectable_theme theme_original theme_calm" href="#">Direct Messages</a>
|
||||||
<a class="dropdown-menu-item groupmessages selectable_theme theme_original theme_calm" href="#">Group Messages</a>
|
<a class="dropdown-menu-item groupmessages selectable_theme theme_original theme_calm" href="#">Group Messages</a>
|
||||||
|
<a class="dropdown-menu-item" href="https://github.com/twisterarmy/twister-html/issues" target="_blank">Feedback</a>
|
||||||
|
<a class="dropdown-menu-item" href="https://twisterarmy.github.io" target="_blank">Project Website</a>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -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) {
|
||||||
|
@ -45,6 +45,8 @@
|
|||||||
<a class="dropdown-menu-item" href="options.html">Options</a>
|
<a class="dropdown-menu-item" href="options.html">Options</a>
|
||||||
<a class="dropdown-menu-item" href="/#/account">Setup account</a>
|
<a class="dropdown-menu-item" href="/#/account">Setup account</a>
|
||||||
<a class="dropdown-menu-item updates-check-client">Check for client's updates</a>
|
<a class="dropdown-menu-item updates-check-client">Check for client's updates</a>
|
||||||
|
<a class="dropdown-menu-item" href="https://github.com/twisterarmy/twister-html/issues" target="_blank">Feedback</a>
|
||||||
|
<a class="dropdown-menu-item" href="https://twisterarmy.github.io" target="_blank">Project Website</a>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user