mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 15:27:43 +08:00
4a47796781
+ external sso functionality
13 lines
272 B
JavaScript
13 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');
|
|
});
|