mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-24 14:30:03 +01:00
Cleans code.
This commit is contained in:
parent
396bc6662f
commit
cecc5c57a2
@ -1,5 +1,5 @@
|
||||
|
||||
modulejs.define('core/location', ['$', 'core/event'], function ($, event) {
|
||||
modulejs.define('core/location', [], function () {
|
||||
|
||||
var doc = document,
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
modulejs.define('core/store', ['_', 'modernizr'], function (_, modernizr) {
|
||||
modulejs.define('core/store', ['modernizr'], function (modernizr) {
|
||||
|
||||
var store = modernizr.localstorage ? window.localStorage : null,
|
||||
|
||||
|
@ -21,7 +21,6 @@ normalized_require_once("/server/php/inc/Entry.php");
|
||||
|
||||
$app = new App(APP_ABS_PATH, APP_ABS_HREF, ABS_HREF);
|
||||
|
||||
// if (count($_REQUEST)) {
|
||||
if (array_key_exists("action", $_REQUEST)) {
|
||||
|
||||
header("Content-type: application/json");
|
||||
|
Loading…
x
Reference in New Issue
Block a user