mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-30 06:55:16 -04:00
Restructure file base.
This commit is contained in:
parent
057a5f05a5
commit
ee241e7e3f
151 changed files with 88 additions and 86 deletions
|
@ -138,7 +138,7 @@ describe('module \'' + ID + '\'', function () {
|
|||
$('#login').trigger('click');
|
||||
assert.isTrue(this.xAjax.calledOnce);
|
||||
assert.deepEqual(this.xAjax.lastCall.args, [{
|
||||
url: 'server/php/index.php',
|
||||
url: 'index.php',
|
||||
type: 'post',
|
||||
dataType: 'json',
|
||||
data: {
|
||||
|
@ -193,7 +193,7 @@ describe('module \'' + ID + '\'', function () {
|
|||
$('#logout').trigger('click');
|
||||
assert.isTrue(this.xAjax.calledOnce);
|
||||
assert.deepEqual(this.xAjax.lastCall.args, [{
|
||||
url: 'server/php/index.php',
|
||||
url: 'index.php',
|
||||
type: 'post',
|
||||
dataType: 'json',
|
||||
data: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue