@@ -5,7 +5,7 @@ $( document ).ready(function() {
55
66 // custom handler to call named function ""
77 submitHandler : function ( form ) {
8- Selfstarter . admin . submitWebsiteForm ( form ) ;
8+ Crowdhoster . admin . submitWebsiteForm ( form ) ;
99 } ,
1010
1111 // validate the previously selected element when the user clicks out
@@ -51,7 +51,7 @@ $( document ).ready(function() {
5151
5252 // custom handler to call named function ""
5353 submitHandler : function ( form ) {
54- Selfstarter . admin . submitCampaignForm ( form ) ;
54+ Crowdhoster . admin . submitCampaignForm ( form ) ;
5555 } ,
5656
5757 // validate the previously selected element when the user clicks out
@@ -147,7 +147,7 @@ $( document ).ready(function() {
147147
148148 // custom handler to call named function ""
149149 submitHandler : function ( form ) {
150- Selfstarter . admin . submitBankForm ( form ) ;
150+ Crowdhoster . admin . submitBankForm ( form ) ;
151151 } ,
152152
153153 // validate the previously selected element when the user clicks out
@@ -212,7 +212,7 @@ $( document ).ready(function() {
212212
213213 // custom handler to call named function "do_payment"
214214 submitHandler : function ( form ) {
215- Selfstarter . campaigns . submitPaymentForm ( form ) ;
215+ Crowdhoster . campaigns . submitPaymentForm ( form ) ;
216216 } ,
217217
218218 // validate the previously selected element when the user clicks out
0 commit comments