mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
UI update
This commit is contained in:
parent
0f7110b0e7
commit
527e4a9a62
139 changed files with 2046 additions and 124 deletions
|
@ -175,7 +175,7 @@
|
|||
var c = f.get.clicks(p,o,$(this));
|
||||
|
||||
var ref = $(e.target);
|
||||
if (ref.parents('.l-unit').hasClass('selected') && $('.l-unit.selected').length == 1) {
|
||||
if (ref.parents('.l-unit').hasClass('selected')/* && $('.l-unit.selected').length == 1*/) {
|
||||
ref.parents('.l-unit').find('.ch-toggle').attr('checked', false);
|
||||
ref.parents('.l-unit').removeClass('selected');
|
||||
ref.parents('.l-unit').removeClass('selected-current');
|
||||
|
@ -481,7 +481,7 @@
|
|||
},
|
||||
singleClick: function(p,c,o) {
|
||||
var s = f.get.siblings(p,o);
|
||||
f.h.off(s, o);
|
||||
//f.h.off(s, o);
|
||||
f.h.on(c.current.v, o);
|
||||
f.set.clicks(c.current.v, null, null, p, o);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue