mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
change in naming conventions for element variables from *El to $name
This commit is contained in:
@@ -33,6 +33,8 @@ const attributesDialog = (function() {
|
||||
update: function() {
|
||||
let position = 0;
|
||||
|
||||
// we need to update positions by searching in the DOM, because order of the
|
||||
// attributes in the viewmodel (self.attributes()) stays the same
|
||||
$attributesBody.find('input[name="position"]').each(function() {
|
||||
const attr = self.getTargetAttribute(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user