mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 15:57:37 +08:00
14 lines
272 B
JavaScript
14 lines
272 B
JavaScript
|
|
||
|
/**
|
||
|
* 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-personal-form', 'personal.php');
|
||
|
});
|