aboutsummaryrefslogtreecommitdiffstats
path: root/gui/static
diff options
context:
space:
mode:
Diffstat (limited to 'gui/static')
-rw-r--r--gui/static/js/odr-predistortion.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/gui/static/js/odr-predistortion.js b/gui/static/js/odr-predistortion.js
index 73c3b94..7a93b2b 100644
--- a/gui/static/js/odr-predistortion.js
+++ b/gui/static/js/odr-predistortion.js
@@ -34,8 +34,10 @@ function calibraterefresh() {
$(function(){
$('#calibraterefreshbtn').click(calibraterefresh);
$('#refreshframesbtn').click(function() {
- $('#txframeimg').src("dpd/txframe.png");
- $('#rxframeimg').src("dpd/rxframe.png");
+ var d = new Date();
+ var n = d.getTime();
+ $('#txframeimg').src = "dpd/txframe.png?cachebreak=" + n;
+ $('#rxframeimg').src = "dpd/rxframe.png?cachebreak=" + n;
});
$('#calibratebtn').click(function() {