mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 07:55:45 +01:00
more '-quotes fix.
This commit is contained in:
@@ -1457,7 +1457,7 @@ function Marks() //{{{
|
||||
return name + ", " + mark.location +
|
||||
", (" + Math.round(mark.position.x * 100) +
|
||||
"%, " + Math.round(mark.position.y * 100) + "%)" +
|
||||
(('tab' in mark) ? ", tab: " + tabs.index(mark.tab) : "");
|
||||
(("tab" in mark) ? ", tab: " + tabs.index(mark.tab) : "");
|
||||
}
|
||||
|
||||
function removeLocalMark(mark)
|
||||
|
||||
Reference in New Issue
Block a user