- added new toggle button for lazy "update" or "update + delete old" signatures, closed #445

- updated js plugin "bootstrap-toggle"
- some button CSS changes
This commit is contained in:
Mark Friedrich
2017-12-11 17:33:21 +01:00
parent 3d8a20e69e
commit 94f55c9d56

View File

@@ -1095,14 +1095,9 @@ define([
width: 110
});
//let lazyToggleButton = lazyToggleCheckbox.parent();
let lazyToggleButton = lazyToggleCheckbox.parent();
lazyToggleButton.find('.toggle-on').attr('title', 'lazy \'update\' and \'delete\' old<br>from clipboard |ctrl&nbsp;+&nbsp;v|');
lazyToggleButton.find('.toggle-off').attr('title', 'lazy \'update\' signatures<br>from clipboard |ctrl&nbsp;+&nbsp;v|');
//lazyToggleButton.attr('title', 'lazy \'update\' or \'sync,delete\' from clipboard: ctrl + v') ;
lazyToggleButton.initTooltips({
container: 'body',
html: true