aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/frontend/gettitle.js
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/comments/frontend/gettitle.js')
-rw-r--r--bootstrap/comments/frontend/gettitle.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap/comments/frontend/gettitle.js b/bootstrap/comments/frontend/gettitle.js
new file mode 100644
index 0000000..1c2e905
--- /dev/null
+++ b/bootstrap/comments/frontend/gettitle.js
@@ -0,0 +1,5 @@
+// Get the page title (gettitle.js)
+HashOverConstructor.getTitle = function ()
+{
+ return document.title;
+};