Files
server/usr/share/psa-horde/js/prefs.js
2026-01-07 20:52:11 +01:00

15 lines
318 B
JavaScript

/**
* Provides the javascript for the prefs page.
*
* @copyright 2014-2015 Horde LLC
* @license LGPL-2.1 (http://www.horde.org/licenses/lgpl21)
*/
document.observe('dom:loaded', function() {
$('appsubmit').hide();
$('app').observe('change', function() {
$('appswitch').submit();
});
});