mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Cleanup bootstrap
This commit is contained in:
parent
1802dda136
commit
eb5fb5342e
34 changed files with 192 additions and 3044 deletions
9
dev/External/ko.js
vendored
9
dev/External/ko.js
vendored
|
|
@ -119,13 +119,8 @@ ko.bindingHandlers.dropdownCloser = {
|
|||
|
||||
ko.bindingHandlers.popover = {
|
||||
init: (element, fValueAccessor) => {
|
||||
console.log('TODO: $(element).popover removed', element, fValueAccessor);
|
||||
/*
|
||||
$(element).popover(ko.unwrap(fValueAccessor()));
|
||||
ko.utils.domNodeDisposal.addDisposeCallback(element, () => {
|
||||
$(element).popover('destroy');
|
||||
});
|
||||
*/
|
||||
const conf = ko.unwrap(fValueAccessor());
|
||||
element.title = conf.content; // conf.title
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue