מדיה ויקי:Common.js: הבדלים בין גרסאות בדף

קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
אין תקציר עריכה
שורה 8: שורה 8:
     "sampleText": "Insert comment here"}
     "sampleText": "Insert comment here"}
   }
   }
$(document).ready( function() {
    $('#tree').bind('fancytreeinit', function(event, data) {
        data.tree.makeTitleVisible();
    });
});