Difference between revisions of "User:AdminAnne/common.js"

From wikibase-docker
Jump to navigation Jump to search
 
Line 1: Line 1:
var ext_link = "https://eac-cpf.herokuapp.com/eac/"; // Base URL for external service developed during #hackAN2018
+
//var ext_link = "https://eac-cpf.herokuapp.com/eac/"; // Base URL for external service developed during #hackAN2018
var Qid = $("body").attr("class").split(" ").pop().replace("wb-itempage-", ""); // Get the Q-id for the current page
+
//var Qid = $("body").attr("class").split(" ").pop().replace("wb-itempage-", ""); // Get the Q-id for the current page
$("#p-views>ul").append('<li id="pers-1" class="collapsible"><span><a href="' + ext_link + Qid + '" title="export-ext" target="_blank">Convert to EAC</a></span></li>');
+
//$("#p-views>ul").append('<li id="pers-1" class="collapsible"><span><a href="' + ext_link + Qid + '" title="export-ext" target="_blank">Convert to EAC</a></span></li>');
  
  

Latest revision as of 19:06, 6 September 2020

//var ext_link = "https://eac-cpf.herokuapp.com/eac/"; // Base URL for external service developed during #hackAN2018
//var Qid = $("body").attr("class").split(" ").pop().replace("wb-itempage-", ""); // Get the Q-id for the current page
//$("#p-views>ul").append('<li id="pers-1" class="collapsible"><span><a href="' + ext_link + Qid + '" title="export-ext" target="_blank">Convert to EAC</a></span></li>');


// var ext_link = "http://hackan.adimasc.io/eac/"; // Base URL for external service developed during #hackAN2018
// var Qid = $("body").attr("class").split(" ").pop().replace("wb-itempage-", ""); // Get the Q-id for the current page
// $("#p-views>ul").append('<li id="pers-1" class="collapsible"><span><a href="' + ext_link + Qid + '" title="export-ext" target="_blank">Convert to EAC</a></span></li>');