mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-30 06:55:16 -04:00
Changes some API things.
This commit is contained in:
parent
811994423d
commit
a60d5556af
13 changed files with 36 additions and 33 deletions
|
@ -1,9 +1,8 @@
|
|||
|<?php require_once(str_replace("\\", "/", dirname(__FILE__)) . "/inc/init.php"); ?>
|
||||
|<?php header("Content-type: text/html;h5ai={{pkg.version}}"); ?>
|
||||
|
||||
- var href = "<?php echo $APP->get_app_abs_href(); ?>"
|
||||
- var json = "<?php echo $APP->get_generic_json(); ?>"
|
||||
- var fallback = "<?php echo $APP->get_no_js_fallback(); ?>"
|
||||
- var href = "<?php echo $HREF; ?>"
|
||||
- var json = "<?php echo $JSON; ?>"
|
||||
- var fallback = "<?php echo $FALLBACK; ?>"
|
||||
|
||||
doctype 5
|
||||
//if lt IE 9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue