mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Deleted active js debugger; (#693)
This commit is contained in:
parent
065634076b
commit
75f39bb125
@ -83,7 +83,6 @@ $(document).ready( function() {
|
||||
getReleases(function(callback){
|
||||
if(callback)
|
||||
{
|
||||
debugger;
|
||||
$('#dash_latev').html(window.latestVersion.tag_name);
|
||||
|
||||
if (semverLite.gt(window.latestVersion.tag_name, window.currentVersion))
|
||||
|
Loading…
Reference in New Issue
Block a user