|
|
@@ -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,
|
|
|
});
|