Skip to content
Snippets Groups Projects

Resolve "Bibliographischen Angaben im TIDO fixen"

Merged Tillmann Dönicke requested to merge 115-bibliographischen-angaben-im-tido-fixen into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -209,7 +209,7 @@
}
unclickBibl();
var zoteroId = this.getAttribute("data-zotero-ref");
var biblLong = document.querySelector("[data-zotero='" + zoteroId + "']");
var biblLong = document.querySelector("#bibliography [data-zotero='" + zoteroId + "']");
if(biblLong){
var event = (window.event || event);
biblLong.style.left = Math.max(5, event.pageX - 180).toString() + "px";
Loading