[Mapbender-commits] r5883 - branches/3_dev/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sat Apr 10 07:14:16 EDT 2010
Author: astrid_emde
Date: 2010-04-10 07:14:16 -0400 (Sat, 10 Apr 2010)
New Revision: 5883
Added:
branches/3_dev/http/plugins/mb_forgot_password.js
Log:
Added: branches/3_dev/http/plugins/mb_forgot_password.js
===================================================================
--- branches/3_dev/http/plugins/mb_forgot_password.js (rev 0)
+++ branches/3_dev/http/plugins/mb_forgot_password.js 2010-04-10 11:14:16 UTC (rev 5883)
@@ -0,0 +1,9 @@
+(function ($) {
+ $.fn.login = function () {
+ return this.each(function () {
+ //alert(this.id);
+ //if($(this).is('div')
+ $(this).load("./plugins/mb_forgot_password_html.php");
+ });
+ };
+})(jQuery);
More information about the Mapbender_commits
mailing list