Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Show Drawer Content With Logo */
- (function ($) {
- var mobile_menu = window.jnews.mobile;
- $('.jeg_desktop_logo').off('click', mobile_menu.show_menu).on('click', mobile_menu.show_menu); /* For Dekstop Logo */
- $('.jeg_mobile_logo').off('click', mobile_menu.show_menu).on('click', mobile_menu.show_menu); /* For Mobile Logo */
- })(jQuery)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement