mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
closes #3245
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user