User:Bgwhite/vector.js: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
(Created page with "// ****** AddSandbox to the Personal toolbar function addNewpages(){ addPortletLink("p-personal","http:/sarkarverse.org//wiki/User:Bgwhite/Sandbox" ,"Sandbox","pt-m...")
 
No edit summary
 
Line 1: Line 1:
// ****** AddSandbox to the Personal toolbar
// ****** AddSandbox to the Personal toolbar
function addNewpages(){
function addNewpages(){
           addPortletLink("p-personal","http:/sarkarverse.org//wiki/User:Bgwhite/Sandbox" ,"Sandbox","pt-mydashboard","View my Sandbox", "", document.getElementById('pt-logout'));
           addPortletLink("p-personal","http://sarkarverse.org/wiki/User:Bgwhite/sandbox" ,"Sandbox","pt-mydashboard","View my Sandbox", "", document.getElementById('pt-logout'));
}
}
addOnloadHook(addNewpages);
addOnloadHook(addNewpages);

Latest revision as of 06:42, 20 October 2013

// ****** AddSandbox to the Personal toolbar
function addNewpages(){
           addPortletLink("p-personal","http://sarkarverse.org/wiki/User:Bgwhite/sandbox" ,"Sandbox","pt-mydashboard","View my Sandbox", "", document.getElementById('pt-logout'));
}
addOnloadHook(addNewpages);