mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix js
This commit is contained in:
parent
6da10a155f
commit
dcc22445dd
@ -240,6 +240,7 @@ class AppController extends Controller
|
||||
} else {
|
||||
$this->Flash->error(__('Konto ist nicht aktiviert!'));
|
||||
}
|
||||
//die(json_encode($json));
|
||||
return $this->redirect($this->loginServerUrl . 'account/', 303);
|
||||
}
|
||||
}
|
||||
|
||||
@ -177,7 +177,7 @@ class StateBalancesController extends AppController
|
||||
public function overviewGdt()
|
||||
{
|
||||
$startTime = microtime(true);
|
||||
$this->viewBuilder()->setLayout('frontend');
|
||||
$this->viewBuilder()->setLayout('frontend_ripple');
|
||||
$session = $this->getRequest()->getSession();
|
||||
$result = $this->requestLogin();
|
||||
if ($result !== true) {
|
||||
|
||||
@ -32,9 +32,9 @@ $GLOBALS["self"] = $this;
|
||||
<?= $this->fetch('title') ?>
|
||||
</title>
|
||||
<?= $this->Html->meta('icon') ?>
|
||||
<!--<?= $this->Html->css(['main.css']) ?>-->
|
||||
<?= $this->Html->css(['rippleUI/style.css', 'materialdesignicons.min.css']) ?>
|
||||
<?= $this->Html->script(['basic']) ?>
|
||||
<!--<?= $this->Html->css(['main.css']) ?>-->
|
||||
<?= $this->fetch('meta') ?>
|
||||
<?= $this->fetch('css') ?>
|
||||
<?= $this->fetch('script') ?>
|
||||
|
||||
@ -124,7 +124,9 @@ $this->assign('header', $header);
|
||||
g_transactionExecutionCount = newCount;
|
||||
location.reload();
|
||||
//updateTransactionExecutingDisplay(g_transactionExecutionCount);
|
||||
}
|
||||
} else {
|
||||
setTimeout(checkTransactionExecuting, 100);
|
||||
}
|
||||
}
|
||||
},
|
||||
// error
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user