|
|
@@ -213,6 +213,7 @@ if (!isset($_SESSION['loggedin'])) {
|
|
|
<?php include("bim-support-body.html"); ?>
|
|
|
|
|
|
<script>
|
|
|
+
|
|
|
$(document).ready(function() {
|
|
|
PDFObject.embed("./assets/null.pdf", "#pdfFile");
|
|
|
console.log(type);
|
|
|
@@ -269,6 +270,7 @@ if (!isset($_SESSION['loggedin'])) {
|
|
|
document.body.removeChild(link);
|
|
|
|
|
|
} else */
|
|
|
+
|
|
|
if (data.node.text.includes(".pdf")) {
|
|
|
PDFObject.embed(data.node.a_attr.href, "#pdfFile");
|
|
|
} else {
|
|
|
@@ -281,6 +283,9 @@ if (!isset($_SESSION['loggedin'])) {
|
|
|
$("#fileName").empty();
|
|
|
$("#fileName").append(data.node.text);
|
|
|
$("#fileHerf").attr("href", data.node.a_attr.href);
|
|
|
+
|
|
|
+ $("#fileDate").empty();
|
|
|
+ $("#fileDate").append(data.node.a_attr.time);
|
|
|
}
|
|
|
|
|
|
|