summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.php b/index.php
index d178a41..62839eb 100644
--- a/index.php
+++ b/index.php
@@ -219,15 +219,19 @@ function load_content(a) {
checkbutton();
});
+ update_permalink()
+}
+
+function update_permalink() {
/* update permalink */
permalink="<?php echo $webbase ?>";
+
if(T!="")
permalink += '/tag/' + T;
if(a!=1)
permalink += '/page/' + a;
-
d3.select(".permalink").html("Permalink: <a href=\""+permalink+"\">"+permalink+"</a>");
}