diff --git a/_layouts/ikrpg.html b/_layouts/ikrpg.html
index 655087d..1f1270a 100644
--- a/_layouts/ikrpg.html
+++ b/_layouts/ikrpg.html
@@ -6,11 +6,11 @@
-
+
-
+
@@ -30,10 +30,10 @@
$("#head").css('background-position', '50% '+(topX-66)+'px');
$("#foot > div.banner").css('background-image', 'url('+imageName+')');
}
-
+
function setBackground(imageName, topX) {
changeBackground(imageName, topX);
-
+
db.get("bg", function(error, bg) {
if(!error) {
bg.name = imageName;
@@ -42,7 +42,7 @@
}
});
}
-
+
$(function() {
db.get("bg", function(error, bg) {
if(error) {
@@ -94,15 +94,15 @@
}
})();
-
+