fixed broken tab

This commit is contained in:
smilerz 2021-03-29 15:17:46 -05:00
parent b26aea96f4
commit a3490240f4

View File

@ -41,7 +41,7 @@
<div class="tab-content" id="nav-tabContent">
<!-- 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">
<label class="btn btn-outline-info btn-sm active" @click="automatic=true">
<input type="radio" autocomplete="off" checked> Automatic
@ -753,7 +753,7 @@
this.error = err.data
this.loading = false
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) {