WIP: Aureplop/kpsul js refactor #501
3 changed files with 0 additions and 20 deletions
|
@ -108,12 +108,6 @@ $(document).ready(function() {
|
|||
khistory.selection.reset();
|
||||
});
|
||||
|
||||
// -----
|
||||
// Synchronization
|
||||
// -----
|
||||
|
||||
OperationWebSocket.add_handler((data) => khistory.update_data(data));
|
||||
|
||||
Config.reset(() => khistory.fetch({'accounts': [{{account.pk}}]}));
|
||||
});
|
||||
</script>
|
||||
|
|
|
@ -136,14 +136,6 @@ $(document).ready(function() {
|
|||
khistory.selection.reset();
|
||||
});
|
||||
|
||||
// -----
|
||||
// Synchronization
|
||||
// -----
|
||||
|
||||
OperationWebSocket.add_handler(data => khistory.update_data(data));
|
||||
|
||||
|
||||
|
||||
Config.reset(updateHistory);
|
||||
});
|
||||
</script>
|
||||
|
|
|
@ -57,12 +57,6 @@ $(document).ready(function() {
|
|||
khistory.selection.reset();
|
||||
});
|
||||
|
||||
// -----
|
||||
// Synchronization
|
||||
// -----
|
||||
|
||||
OperationWebSocket.add_handler((data) => khistory.update_data(data));
|
||||
|
||||
Config.reset(() => khistory.fetch({'transfersonly': true}));
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue