Daniel
Results
1
comments of
Daniel
A dirty workaround is just reload the entire page, e.g.: ` $("#buttonDE").click(function(e) { location.reload(); }); `