mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-13 18:14:24 +02:00
add hacky workaround for TagInline not showing in admin Snapshot change view
This commit is contained in:
@@ -265,7 +265,11 @@
|
||||
})
|
||||
console.log('Converted', buttons.children().length, 'admin actions from dropdown to buttons')
|
||||
}
|
||||
|
||||
function fixInlineAddRow() {
|
||||
$('#id_snapshottag-MAX_NUM_FORMS').val('1000')
|
||||
$('.add-row').show()
|
||||
}
|
||||
|
||||
function setupSnapshotGridListToggle() {
|
||||
$("#snapshot-view-list").click(selectSnapshotListView)
|
||||
$("#snapshot-view-grid").click(selectSnapshotGridView)
|
||||
@@ -290,6 +294,7 @@
|
||||
}
|
||||
$(document).ready(function() {
|
||||
fix_actions()
|
||||
fixInlineAddRow()
|
||||
setupSnapshotGridListToggle()
|
||||
setTimeOffset()
|
||||
selectSnapshotIfHotlinked()
|
||||
|
Reference in New Issue
Block a user