Merge pull request +12634 from c9/update-salesforce

update salesforce plugins
pull/268/head
Alex Brausewetter 2016-03-07 15:57:48 -08:00
commit b676eabe25
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -665,7 +665,7 @@ define(function(require, exports, module) {
} }
function reload(name) { function reload(name) {
showReloadTip(); showReloadTip(name);
var href = document.location.href.replace(/[?&]reload=[^&]+/, ""); var href = document.location.href.replace(/[?&]reload=[^&]+/, "");
href += (href.match(/\?/) ? "&" : "?") + "reload=" + name; href += (href.match(/\?/) ? "&" : "?") + "reload=" + name;
@ -680,7 +680,7 @@ define(function(require, exports, module) {
} }
} }
function showReloadTip() { function showReloadTip(name) {
if (options.devel) { if (options.devel) {
var key = commands.getHotkey("reloadLastPlugin"); var key = commands.getHotkey("reloadLastPlugin");
if (commands.platform == "mac") if (commands.platform == "mac")