Skip to content

Commit

Permalink
Dev #L41-T1174: Fix broken ajax calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed Aug 26, 2021
1 parent 13bea12 commit 6e28ca4
Show file tree
Hide file tree
Showing 11 changed files with 1,547 additions and 2,524 deletions.
2 changes: 1 addition & 1 deletion application/config/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30227';
$config['assetsversionnumber'] = '30228';
return $config;
2 changes: 1 addition & 1 deletion application/views/admin/authentication/ajaxLogin.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@

o.login_submit = 'login';

LS.ajax({
LS.AjaxHelper.ajax({
url: url + '&ajax=1',
data: o,
method: 'post',
Expand Down

0 comments on commit 6e28ca4

Please sign in to comment.