ソースを参照

API資訊 加入返回

manto07m 3 年 前
コミット
5358afa114
1 ファイル変更3 行追加1 行削除
  1. 3 1
      api-detail.php

+ 3 - 1
api-detail.php

@@ -180,6 +180,8 @@ if (!isset($_SESSION['loggedin'])) {
 											<div id="treeAjaxHTML"></div>
 										</div>
 									</section>
+									<button type="button" class="mb-xs mt-xs mr-xs btn btn-info col-md-offset-11" onclick="window.history.go(-1); return false;">返回</button>
+									
 								</div>
 
 							</div>
@@ -255,7 +257,7 @@ if (!isset($_SESSION['loggedin'])) {
 					if (downloads.includes(ext)) {
 						$("#apiList").append("<a download href='" + href + "' id='api" + 1 + "'>" + nodeText + "</a><br>");
 					}
-					if (ext.toLowerCase().includes('m3u8')) {						
+					if (ext.toLowerCase().includes('m3u8')) {
 						video.src({
 							src: href,
 						});