Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

From Roll20 Wiki

Jump to: navigation, search
(try launch wiki editing in external editor)
 
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", "");
});
*/