mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-26 12:31:47 +02:00
[refactor] remove old edit path from control dependents
This commit is contained in:
parent
049df95579
commit
db152ff900
@ -779,11 +779,6 @@ var control = (function() {
|
|||||||
} else {
|
} else {
|
||||||
helper.e(".control-edit").disabled = true;
|
helper.e(".control-edit").disabled = true;
|
||||||
helper.e(".control-edit").checked = false;
|
helper.e(".control-edit").checked = false;
|
||||||
helper.setObject({
|
|
||||||
object: state.get(),
|
|
||||||
path: "edit.active",
|
|
||||||
newValue: false
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
var _date = function() {
|
var _date = function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user