mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
Unlimited values ui changed; Toggle password view; Ctrl + clicks navigation added
This commit is contained in:
parent
253e28ede2
commit
aae7f839a3
8 changed files with 55 additions and 45 deletions
|
@ -172,7 +172,7 @@
|
|||
var c = f.get.clicks(p,o,$(this));
|
||||
|
||||
var ref = $(e.target);
|
||||
if (ref.parents('.data-row').hasClass('selected') && $('.selected').length == 1) {console.warn(1);
|
||||
if (ref.parents('.data-row').hasClass('selected') && $('.selected').length == 1) {
|
||||
ref.parents('.data-row').removeClass('selected');
|
||||
ref.parents('.data-row').find('.ch-toggle').attr('checked', false);
|
||||
return;
|
||||
|
@ -203,7 +203,7 @@
|
|||
p.on('mouseout', function(){
|
||||
d.off("keydown", turnOff);
|
||||
});
|
||||
|
||||
|
||||
function turnOff(e) {
|
||||
if (f.detect.ctrl(e)) {
|
||||
if (e.keyCode == 65) {
|
||||
|
@ -562,6 +562,7 @@
|
|||
hAll: function(p,o) {
|
||||
f.h.on(p.find(o.children), o);
|
||||
f.t.update(p, o);
|
||||
o.toggleAllHook && o.toggleAllHook();
|
||||
},
|
||||
unHExist: function(bool,el,o) {
|
||||
if(bool) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue