mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Some style and IE fixes.
This commit is contained in:
parent
759faf9647
commit
1ffa6f793a
3 changed files with 25 additions and 23 deletions
|
@ -110,7 +110,7 @@ modulejs.define('view/viewmode', ['_', '$', 'core/settings', 'core/resource', 'c
|
|||
max = settings.sizes.length-1;
|
||||
$(sizeTemplate)
|
||||
.prop('max', max).attr('max', max)
|
||||
.on('input', function (event) {
|
||||
.on('input change', function (event) {
|
||||
|
||||
update(null, settings.sizes[parseInt(event.target.value, 10)]);
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue