QuestsCalendar.js: Difference between revisions

From Wiki The-West EN
Jump to navigation
(Created page with "//test")
 
No edit summary
Line 1: Line 1:
//test
(function($) {
    $(document).ready(function() {
        var quests =  {
            january: {
 
            },
            february: {
 
            }
        };
    });
})(jQuery);

Revision as of 18:53, 20 April 2023

(function($) {

   $(document).ready(function() { 
       var quests =  {
           january: {
           },
           february: {
           }
       };
   });

})(jQuery);