Browse Source

addCategories: bugfix, close list after adding

master
parent
commit
9b5915a2a9
  1. 2
      src/addCategories.js

2
src/addCategories.js

@ -151,7 +151,7 @@ function addCategoriesShow (repo) {
}
function addCategoriesHide () {
document.getElementById('content').className = 'list'
tab.unselect()
}
register_hook('init', function (callback) {

Loading…
Cancel
Save