File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
wa-apps/installer/lib/config
captcha/smartcaptcha/templates Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 44 'description ' => 'Install new apps from the Webasyst Store ' ,
55 'icon ' => 'img/installer.svg ' ,
66 'mobile ' => false ,
7- 'version ' => '3.6.0 ' , // developer preview
7+ 'version ' => '3.6.0 ' ,
88 'critical ' => '3.6.0 ' ,
99 'system ' => true ,
1010 'vendor ' => 'webasyst ' ,
Original file line number Diff line number Diff line change 22
33< div id ="captcha-container " class ="smart-captcha " data-sitekey ="{$client_key} "> </ div >
44< script >
5- if ( window . smartCaptcha ) {
6- $ ( window ) . trigger ( 'wa_smartcaptcha_loaded' ) ;
7- } else {
8- window . onloadFunction = function ( ) {
9- if ( ! window . smartCaptcha ) {
10- return ;
11- }
12- $ ( window ) . trigger ( 'wa_smartcaptcha_loaded' ) ;
5+ function onloadFunction ( ) {
6+ if ( ! window . smartCaptcha ) {
7+ return ;
138 }
9+
10+ $ ( window ) . trigger ( 'wa_smartcaptcha_loaded' ) ;
1411 }
1512</ script >
Original file line number Diff line number Diff line change 33return array (
44 'name ' => 'Webasyst ' ,
55 'prefix ' => 'webasyst ' ,
6- 'version ' => '3.6.0 ' , // developer preview
6+ 'version ' => '3.6.0 ' ,
77 'critical ' => '3.6.0 ' ,
88 'vendor ' => 'webasyst ' ,
99 'csrf ' => true ,
You can’t perform that action at this time.
0 commit comments