Use server path to scripts

This commit is contained in:
Victor 2015-12-07 13:58:25 +02:00
parent 26b7a145bc
commit c75773611f

View File

@ -26,6 +26,6 @@ $(document).ready(function() {
'show un smile2 pioneer at center\n' +
'all "Приглашаем тебя в Бесконечное Лето!"');
} else {
$.get("rpyscripts/" + rpyscript + ".rpy", run);
$.get("/resources/es/scripts/" + rpyscript + ".rpy", run);
}
});