mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-08-16 08:47:57 +02:00
[feature] adding date to header
This commit is contained in:
@ -40,7 +40,6 @@ var link = (function() {
|
||||
var edit = function(button) {
|
||||
state.get().link.action = "edit";
|
||||
state.get().link.editObject = bookmarks.get(parseInt(button.closest(".link-item").dataset.timeStamp, 10));
|
||||
console.log(state.get().link.editObject);
|
||||
var currentBookmark = bookmarks.get(state.get().link.editObject.timeStamp);
|
||||
var form = _makeLinkForm();
|
||||
form.querySelector(".link-form-input-letter").value = currentBookmark.letter;
|
||||
|
Reference in New Issue
Block a user