mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 02:58:57 -05:00
Suppress plugin online check when actions are done from plugin page itself
This commit is contained in:
@@ -2,8 +2,8 @@ Menu="Plugins"
|
||||
Title="Install Plugin"
|
||||
---
|
||||
<?PHP
|
||||
/* Copyright 2005-2016, Lime Technology
|
||||
* Copyright 2012-2016, Bergware International.
|
||||
/* Copyright 2005-2017, Lime Technology
|
||||
* Copyright 2012-2017, Bergware International.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License version 2,
|
||||
@@ -16,7 +16,7 @@ Title="Install Plugin"
|
||||
<script>
|
||||
function installPlugin(name) {
|
||||
var file = name.trim();
|
||||
if (file) openBox('/plugins/dynamix.plugin.manager/scripts/plugin&arg1=install&arg2='+file,'Install Plugin',600,900,true);
|
||||
if (file) {noAudit();openBox('/plugins/dynamix.plugin.manager/scripts/plugin&arg1=install&arg2='+file,'Install Plugin',600,900,true);}
|
||||
}
|
||||
</script>
|
||||
**Enter URL of remote plugin file or local plugin file**
|
||||
|
||||
Reference in New Issue
Block a user