barbass: поправлен ключ

parent 1251015a
......@@ -86,7 +86,7 @@ function ajax_query(url) {
return false;
} else {
time = this_time();
set_storage(window.location.hostname+"", time);
set_storage("etersoft_typos/"+window.location.hostname+"", time);
}
request.open("POST", url, true);
......@@ -135,7 +135,7 @@ function e_typos_error(error, text) {
function timer() {
sec = this_time();
time_s = get_storage(window.location.hostname+"");
time_s = get_storage("etersoft_typos/"+window.location.hostname+"");
if (time_s != 0) {
time = time_s;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment