1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Merge branch 'test' into ipq60xx

This commit is contained in:
suyuan 2022-09-13 14:03:07 +08:00
commit e6d8fa925d
7 changed files with 41 additions and 16 deletions

View file

@ -159,7 +159,7 @@ function set_status(type, message, loading, show_log) {
function upgrade_check() {
var current_version = data.release.version.toLowerCase();
var current_branch = current_version.split('.').slice(0, 2).join('.')
var current_branch = current_version.split('-')[0].split('.').slice(0, 2).join('.')
var candidates = []
hide("#status_box");
hide("#server_div");