Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
94b719b67e | ||
![]() |
ac48e8e064 | ||
![]() |
d8a1284cc5 |
@@ -12,7 +12,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.4.0",
|
||||
"php": ">=8.0.0",
|
||||
"twbs/bootstrap": ">=4.5",
|
||||
"yiisoft/yii2": ">=2.0.14",
|
||||
"yiisoft/yii2-bootstrap": ">=2.0.0",
|
||||
|
@@ -1,12 +1,12 @@
|
||||
<?php
|
||||
|
||||
$config = [
|
||||
'id' => 'basic-console',
|
||||
'id' => 'skillparts-console',
|
||||
'basePath' => dirname(__DIR__),
|
||||
'bootstrap' => ['log'],
|
||||
'controllerNamespace' => 'app\commands',
|
||||
'aliases' => [
|
||||
'@vendor' => dirname(__DIR__) . '../../../../vendor',
|
||||
'@vendor' => dirname(__DIR__) . '/../../../vendor',
|
||||
'@bower' => '@vendor/bower-asset',
|
||||
'@npm' => '@vendor/npm-asset',
|
||||
'@explosivebit' => '@vendor/explosivebit',
|
||||
|
@@ -19,7 +19,7 @@ function identification() {
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
function authentication(form) {
|
||||
if (form == undefined) {
|
||||
@@ -69,7 +69,7 @@ function authentication(form) {
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
function deauthentication() {
|
||||
$.ajax({
|
||||
@@ -99,7 +99,7 @@ function deauthentication() {
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
function registration(form) {
|
||||
if (form == undefined) {
|
||||
@@ -150,6 +150,6 @@ function registration(form) {
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
document.addEventListener('DOMContentLoaded', identification(), true);
|
@@ -45,7 +45,7 @@ function page_main() {
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
function page_profile() {
|
||||
url = '/profile'
|
||||
@@ -91,7 +91,7 @@ function page_profile() {
|
||||
});
|
||||
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
// $('#profile_button').on('show.bs.dropdown', function () {
|
||||
// alert('Пизда');
|
||||
|
@@ -32,4 +32,4 @@ function supply_import(form) {
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
@@ -20,4 +20,4 @@ function reinitialization() {
|
||||
document.getElementsByTagName("body")[0].appendChild(new_script);
|
||||
script.remove();
|
||||
}
|
||||
}
|
||||
};
|
@@ -14,6 +14,6 @@ function tickerInit(target) {
|
||||
tickerInit();
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
document.addEventListener('DOMContentLoaded', tickerInit(), true);
|
Reference in New Issue
Block a user