projects
/
lsl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
948c49f
)
list version is stored in data(), not attr()
author
Damyan Ivanov
<dmn@debian.org>
Sun, 6 Mar 2022 08:23:26 +0000
(08:23 +0000)
committer
Damyan Ivanov
<dmn@debian.org>
Sun, 6 Mar 2022 08:23:26 +0000
(08:23 +0000)
public/javascripts/lsl.js
patch
|
blob
|
history
diff --git
a/public/javascripts/lsl.js
b/public/javascripts/lsl.js
index 7ca9c80847484985eddfb16fb3628232c8d3ea23..260a282fc57e3802912a2970521388f6a67ee9fc 100644
(file)
--- a/
public/javascripts/lsl.js
+++ b/
public/javascripts/lsl.js
@@
-34,7
+34,7
@@
function got_lists_version(new_version) {
window.setTimeout(load_lists);
}
function got_list_version(new_version) {
- if (new_version != selected_list.
attr
('lsl-version'))
+ if (new_version != selected_list.
data
('lsl-version'))
window.setTimeout(
() => load_list_items(selected_list.data('lsl-uri'), selected_list));
}