User:Euphoria/common.js: Difference between revisions

Jump to navigation Jump to search
(modified script)
(The creatorInfo is now prepended to the $('#content') element.)
Line 62: Line 62:
             });
             });


         $('#firstHeading').append(creatorInfo); // Add the creator info below the title
         $('#content').prepend(creatorInfo); // Add the creator info below the title bar
     }
     }


     fetchPageCreator();
     fetchPageCreator();
});
});