mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 14:38:27 +03:00
13 lines
279 B
JavaScript
13 lines
279 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-admin-form', 'admin.php');
|
|
});
|