mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Update debug.js
Removed unnecessary auto-check when calling page
This commit is contained in:
@@ -101,8 +101,3 @@ function update_version_check(local_branch) {
|
||||
$('#last_version_check').text("Last version check: " + new Date(timestamp).toUTCString());
|
||||
});
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
update_version_check(local_branch);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user