mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-26 06:00:22 +00:00
Merge pull request #885 from adamwolf/safari-admin-actions
This commit is contained in:
commit
d5240f1a1d
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@
|
||||||
|
|
||||||
// select the action button from the dropdown
|
// select the action button from the dropdown
|
||||||
container.find('select[name=action]')
|
container.find('select[name=action]')
|
||||||
.find('op:selected').removeAttr('selected').end()
|
.find('[selected]').removeAttr('selected').end()
|
||||||
.find('[value=' + action_type + ']').attr('selected', 'selected').click()
|
.find('[value=' + action_type + ']').attr('selected', 'selected').click()
|
||||||
|
|
||||||
// click submit & replace the archivebox logo with a spinner
|
// click submit & replace the archivebox logo with a spinner
|
||||||
|
|
Loading…
Reference in a new issue