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

parent 1251015a
...@@ -86,7 +86,7 @@ function ajax_query(url) { ...@@ -86,7 +86,7 @@ function ajax_query(url) {
return false; return false;
} else { } else {
time = this_time(); time = this_time();
set_storage(window.location.hostname+"", time); set_storage("etersoft_typos/"+window.location.hostname+"", time);
} }
request.open("POST", url, true); request.open("POST", url, true);
...@@ -135,7 +135,7 @@ function e_typos_error(error, text) { ...@@ -135,7 +135,7 @@ function e_typos_error(error, text) {
function timer() { function timer() {
sec = this_time(); sec = this_time();
time_s = get_storage(window.location.hostname+""); time_s = get_storage("etersoft_typos/"+window.location.hostname+"");
if (time_s != 0) { if (time_s != 0) {
time = time_s; 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