Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-webclient
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
retypos-webclient
Commits
fc854341
Commit
fc854341
authored
Apr 28, 2012
by
Владислав Большаков
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
barbass: поправлен ключ
parent
1251015a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
etersoft_typos.js
etersoft_typos.js
+2
-2
No files found.
etersoft_typos.js
View file @
fc854341
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment