This commit is contained in:
barisusakli
2015-06-19 14:33:56 -04:00
parent 5f5b11f692
commit 9d562a8708
2 changed files with 2 additions and 2 deletions

View File

@@ -31,8 +31,6 @@ define('admin/general/dashboard', ['semver'], function(semver) {
usedTopicColors.length = 0;
});
$('[component="logout"]').on('click', app.logout);
$.get('https://api.github.com/repos/NodeBB/NodeBB/tags', function(releases) {
// Re-sort the releases, as they do not follow Semver (wrt pre-releases)
releases = releases.sort(function(a, b) {