fixed :) <3 ole
This commit is contained in:
parent
dd2feab740
commit
abf505ba94
@ -51,9 +51,7 @@ $(document).ready(function() {
|
||||
|
||||
//load_user_main_tab('user_main_uVote');
|
||||
});
|
||||
|
||||
});
|
||||
$("#form_login input").not("[type=submit]").jqBootstrapValidation({
|
||||
$("#form_login input").not("[type=submit]").jqBootstrapValidation({
|
||||
|
||||
preventSubmit: true,
|
||||
submitError: function($form, event, errors) {},
|
||||
@ -80,7 +78,9 @@ $("#form_login input").not("[type=submit]").jqBootstrapValidation({
|
||||
event.preventDefault();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
function register_registerform(){
|
||||
console.log("wegwegwegwegwegweg");
|
||||
$("#register_user_form input").not("[type=submit]").jqBootstrapValidation(
|
||||
|
||||
@ -18,8 +18,11 @@ class page_uvote extends \SYSTEM\API\api_default {
|
||||
public static function action_user_list(){
|
||||
return new user_list();}
|
||||
|
||||
public static function action_user_main_uVote(){
|
||||
return new user_main_uVote();}
|
||||
public static function action_user_list_active(){
|
||||
return new user_list_active();}
|
||||
|
||||
public static function action_user_list_ended(){
|
||||
return new user_list_ended();}
|
||||
|
||||
public static function action_user_main_urVote(){
|
||||
return new user_main_urVote();}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user