fixed broken tab
This commit is contained in:
parent
b26aea96f4
commit
a3490240f4
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
<div class="tab-content" id="nav-tabContent">
|
<div class="tab-content" id="nav-tabContent">
|
||||||
<!-- Import URL -->
|
<!-- Import URL -->
|
||||||
<div class="tab-pane fade show active" role="tabpanel">
|
<div class="tab-pane fade show active" id="nav-url" role="tabpanel">
|
||||||
<div class="btn-group btn-group-toggle" data-toggle="buttons">
|
<div class="btn-group btn-group-toggle" data-toggle="buttons">
|
||||||
<label class="btn btn-outline-info btn-sm active" @click="automatic=true">
|
<label class="btn btn-outline-info btn-sm active" @click="automatic=true">
|
||||||
<input type="radio" autocomplete="off" checked> Automatic
|
<input type="radio" autocomplete="off" checked> Automatic
|
||||||
@ -753,7 +753,7 @@
|
|||||||
this.error = err.data
|
this.error = err.data
|
||||||
this.loading = false
|
this.loading = false
|
||||||
console.log(err)
|
console.log(err)
|
||||||
this.makeToast(gettext('Error'), gettext('There was an error loading bookmarklet!') + err.bodyText, 'danger')
|
this.makeToast(gettext('Error'), gettext('Bookmarklet not found!') , 'danger')
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
deleteBookmarklet: function(id_bkmk) {
|
deleteBookmarklet: function(id_bkmk) {
|
||||||
|
Loading…
Reference in New Issue
Block a user