Elgg  Version 4.3
Functions
topbar.js File Reference

Go to the source code of this file.

Functions

 define (['jquery'], function($){$(document).on('click', '.elgg-nav-button', function(){$('body').toggleClass('elgg-nav-collapsed');});})
 

Function Documentation

define ( function($){$(document).on('click', '.elgg-nav-button', function(){$('body').toggleClass('elgg-nav-collapsed');});}  )