change incorrent path to rules.html and css

This commit is contained in:
Milosz Kwiatkowski 2016-08-21 18:36:22 +01:00
parent 0373db5e17
commit 315c376976
2 changed files with 2 additions and 3 deletions

View file

@ -28,7 +28,7 @@ if (typeof localStorage.rulesAccepted === "undefined") {
$(".rules-popup-content-wrapper")
.append("<div id='rules-popup-content'></div>");
$("#rules-popup-content")
.load("rules.html");
.load("/templates/rules.html");
$(".rules-popup-bottom")
.append("<div class='rules-popup-bottom-instructions'>If you accept the rules, retype the captcha and press ACCEPT.</div>")