- 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:
@@ -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 + v|');
|
||||
lazyToggleButton.find('.toggle-off').attr('title', 'lazy \'update\' signatures<br>from clipboard |ctrl + v|');
|
||||
|
||||
//lazyToggleButton.attr('title', 'lazy \'update\' or \'sync,delete\' from clipboard: ctrl + v') ;
|
||||
|
||||
|
||||
lazyToggleButton.initTooltips({
|
||||
container: 'body',
|
||||
html: true
|
||||
|
||||
Reference in New Issue
Block a user