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();
|
khistory.selection.reset();
|
||||||
});
|
});
|
||||||
|
|
||||||
// -----
|
|
||||||
// Synchronization
|
|
||||||
// -----
|
|
||||||
|
|
||||||
OperationWebSocket.add_handler((data) => khistory.update_data(data));
|
|
||||||
|
|
||||||
Config.reset(() => khistory.fetch({'accounts': [{{account.pk}}]}));
|
Config.reset(() => khistory.fetch({'accounts': [{{account.pk}}]}));
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -136,14 +136,6 @@ $(document).ready(function() {
|
||||||
khistory.selection.reset();
|
khistory.selection.reset();
|
||||||
});
|
});
|
||||||
|
|
||||||
// -----
|
|
||||||
// Synchronization
|
|
||||||
// -----
|
|
||||||
|
|
||||||
OperationWebSocket.add_handler(data => khistory.update_data(data));
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Config.reset(updateHistory);
|
Config.reset(updateHistory);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -57,12 +57,6 @@ $(document).ready(function() {
|
||||||
khistory.selection.reset();
|
khistory.selection.reset();
|
||||||
});
|
});
|
||||||
|
|
||||||
// -----
|
|
||||||
// Synchronization
|
|
||||||
// -----
|
|
||||||
|
|
||||||
OperationWebSocket.add_handler((data) => khistory.update_data(data));
|
|
||||||
|
|
||||||
Config.reset(() => khistory.fetch({'transfersonly': true}));
|
Config.reset(() => khistory.fetch({'transfersonly': true}));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue