mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +08:00
13 lines
279 B
JavaScript
Executable file
13 lines
279 B
JavaScript
Executable file
|
|
/**
|
|
* ownCloud - RainLoop mail plugin
|
|
*
|
|
* @author RainLoop Team
|
|
* @copyright 2014 RainLoop Team
|
|
*
|
|
* https://github.com/RainLoop/rainloop-webmail/tree/master/build/owncloud
|
|
*/
|
|
|
|
$(function() {
|
|
RainLoopFormHelper('#mail-rainloop-admin-form', 'admin.php');
|
|
});
|