Elgg  Version 5.1
Functions
theme.js File Reference

Go to the source code of this file.

Functions

 define (['jquery'], function($){$(document).on('click', '.elgg-button[data-original-theme-var]', function(){$button=$(this);$button.closest('tr').find('.elgg-input-text').val($button.data().originalThemeVar);$button.closest('td').html(' ');});})
 

Function Documentation

define ( function($){$(document).on('click', '.elgg-button[data-original-theme-var]', function(){$button=$(this);$button.closest('tr').find('.elgg-input-text').val($button.data().originalThemeVar);$button.closest('td').html(' ');});}  )