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