diff --git a/js/inline-expanding.js b/js/inline-expanding.js index e7360dce..195f92d6 100644 --- a/js/inline-expanding.js +++ b/js/inline-expanding.js @@ -10,7 +10,7 @@ * */ -onload(function(){ +onready(function(){ var link = document.getElementsByTagName('a'); for(var i = 0; i < link.length; i++) { diff --git a/js/local-time.js b/js/local-time.js index b81c324f..b92cc5be 100644 --- a/js/local-time.js +++ b/js/local-time.js @@ -10,7 +10,7 @@ * */ -onload(function(){ +onready(function(){ var iso8601 = function(s) { s = s.replace(/\.\d\d\d+/,""); // remove milliseconds s = s.replace(/-/,"/").replace(/-/,"/"); diff --git a/templates/index.html b/templates/index.html index ae94f92a..1e277256 100644 --- a/templates/index.html +++ b/templates/index.html @@ -53,5 +53,8 @@ {{ boardlist.bottom }}
Powered by Tinyboard {{ config.version }} | Tinyboard Copyright © 2010-2012 Tinyboard Development Group
{% for footer in config.footer %}{{ footer }}
{% endfor %} +