mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-22 21:51:50 +08:00
Converted jQuery bits into raw JS components
This commit is contained in:
@ -713,6 +713,7 @@ module.exports = function (ngApp, events) {
|
||||
function hide() {
|
||||
element.fadeOut(240);
|
||||
}
|
||||
scope.hide = hide;
|
||||
|
||||
// Listen to confirmation of entity selections (doubleclick)
|
||||
events.listen('entity-select-confirm', entity => {
|
||||
|
Reference in New Issue
Block a user