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

From wikibase-docker
Jump to navigation Jump to search
(Undo revision 13249 by AdminAnne (talk))
Tag: Undo
Line 1: Line 1:
// var ext_link = "https://eac-cpf.herokuapp.com"; // Base URL for external service developed during #hackAN2018
+
var ext_link = "https://eac-cpf.herokuapp.com"; // 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>');
  
  

Revision as of 18:57, 6 September 2020

var ext_link = "https://eac-cpf.herokuapp.com"; // 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>');