mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-08-26 02:24:45 -05:00
imported jquery
This commit is contained in:
committed by
jay.poff@outlook.com
parent
ef2829a889
commit
43de292412
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>rverse</title>
|
||||
<link rel="stylesheet" type="text/css" href="./css/n3ds/style.css">
|
||||
<script src="./js/jquery-1.9.1.min.js"></script>
|
||||
<script src="./js/src/cave-emulation.js"></script>
|
||||
<script src="./js/n3ds/libs.js"></script>
|
||||
<script src="./js/n3ds/olv.js"></script>
|
||||
|
||||
@@ -26,9 +26,13 @@ router.get('/titles/js/n3ds/olv.js', function (req, res) {
|
||||
router.get('/titles/js/n3ds/olv.locale-en.js', function (req, res) {
|
||||
res.sendFile(path.join(__dirname + '../../../../portal/js/n3ds/olv.locale-en.js'));
|
||||
});
|
||||
/* GET jquery server. */
|
||||
router.get('/titles/js/jquery-1.9.1.min.js', function (req, res) {
|
||||
res.sendFile(path.join(__dirname + '../../../../portal/js/jquery-1.9.1.min.js'));
|
||||
});
|
||||
/* GET played titles. */
|
||||
router.get('/settings/played_title_ids', function (req, res) {
|
||||
res.sendStatus(200);;
|
||||
router.post('/settings/played_title_ids', function (req, res) {
|
||||
res.sendStatus(200);
|
||||
});
|
||||
/* GET check update */
|
||||
router.get('/check_update.json', function (req, res) {
|
||||
|
||||
Reference in New Issue
Block a user