forked from GNUsocial/gnu-social
close function call in javascript
darcs-hash:20080617152444-84dde-726e19c7b503143b201b9008b21768729603c302.gz
This commit is contained in:
parent
17504d0180
commit
4493433611
@ -133,7 +133,7 @@ class OpenidloginAction extends Action {
|
|||||||
common_element('script', NULL,
|
common_element('script', NULL,
|
||||||
'$(document).ready(function() { ' .
|
'$(document).ready(function() { ' .
|
||||||
' $("#'. $form_id .'").submit(); '.
|
' $("#'. $form_id .'").submit(); '.
|
||||||
'}');
|
'});');
|
||||||
common_show_footer();
|
common_show_footer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user