From Roll20 Wiki
Andreas J. (Talk | contribs) (try launch wiki editing in external editor) |
Andreas J. (Talk | contribs) m (Protected "User:1223200/common.js" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
+ | /* | ||
addOnloadHook(function() { | addOnloadHook(function() { | ||
var editTab = document.getElementById("ca-edit"); | var editTab = document.getElementById("ca-edit"); | ||
Line 5: | Line 6: | ||
addPortletLink("p-cactions", editURL + "&externaledit=true", "EE", "ca-exted", "External editor", ""); | addPortletLink("p-cactions", editURL + "&externaledit=true", "EE", "ca-exted", "External editor", ""); | ||
}); | }); | ||
+ | */ |
Latest revision as of 11:58, 17 February 2022
/* addOnloadHook(function() { var editTab = document.getElementById("ca-edit"); if (!editTab) return; var editURL = editTab.getElementsByTagName("a")[0].href; addPortletLink("p-cactions", editURL + "&externaledit=true", "EE", "ca-exted", "External editor", ""); }); */