mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Merge pull request +12634 from c9/update-salesforce
update salesforce plugins
This commit is contained in:
commit
b676eabe25
@ -665,7 +665,7 @@ define(function(require, exports, module) {
|
||||
}
|
||||
|
||||
function reload(name) {
|
||||
showReloadTip();
|
||||
showReloadTip(name);
|
||||
|
||||
var href = document.location.href.replace(/[?&]reload=[^&]+/, "");
|
||||
href += (href.match(/\?/) ? "&" : "?") + "reload=" + name;
|
||||
@ -680,7 +680,7 @@ define(function(require, exports, module) {
|
||||
}
|
||||
}
|
||||
|
||||
function showReloadTip() {
|
||||
function showReloadTip(name) {
|
||||
if (options.devel) {
|
||||
var key = commands.getHotkey("reloadLastPlugin");
|
||||
if (commands.platform == "mac")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user