projects
/
remoteglot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcae12d
)
Fix an issue where the Previous link would wrongly reappear.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Mon, 10 Nov 2014 23:57:32 +0000
(
00:57
+0100)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Mon, 10 Nov 2014 23:57:32 +0000
(
00:57
+0100)
www/js/remoteglot.js
patch
|
blob
|
history
diff --git
a/www/js/remoteglot.js
b/www/js/remoteglot.js
index
bf43403
..
a5cdc23
100644
(file)
--- a/
www/js/remoteglot.js
+++ b/
www/js/remoteglot.js
@@
-749,7
+749,7
@@
var update_displayed_line = function() {
$("#linenav").show();
$("#linemsg").hide();
- if (current_display_move
=
= 0) {
+ if (current_display_move
<
= 0) {
$("#prevmove").html("Previous");
} else {
$("#prevmove").html("<a href=\"javascript:prev_move();\">Previous</a></span>");