אונטערשייד צווישן ווערסיעס פון "באַניצער:תנא קמא/tanachLinks.js"

קיין רעדאגירונג באמערקונג
אין תקציר עריכה
אין תקציר עריכה
שורה 1: שורה 1:
mw.hook('wikipage.content').add(function($content) {
$(document).ready(function() {
     console.log("Tanach Citation Script Running"); // Debugging message
     console.log("Tanach Citation Script Running"); // Debugging message
     $content.find(".tanach-citation").each(function() {
     $(".tanach-citation").each(function() {
         var $this = $(this);
         var $this = $(this);
         console.log("Found citation:", $this.text()); // Debugging each found citation
         console.log("Found citation:", $this.text()); // Debugging each found citation