From Roll20 Wiki
Andreas J. (Talk | contribs) (try launch wiki editing in external editor) |
Andreas J. (Talk | contribs) m |
||
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", ""); | ||
}); | }); | ||
+ | */ |
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", ""); }); */