Elgg  Version 5.1
Functions
topbar.js File Reference

Go to the source code of this file.

Functions

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

Function Documentation

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