From a61dc5f9039004b84f9bdf656c75d717954a3c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Sat, 23 Apr 2022 20:13:01 +0200 Subject: [PATCH] Customize the Web Throttle to use RestAPI --- ram/driver/static/wt/index.html | 5 ++- ram/driver/static/wt/js/commandController.js | 22 ++++++------- ram/driver/static/wt/js/emulator.js | 34 -------------------- ram/driver/static/wt/js/exwebthrottle.js | 2 +- ram/driver/static/wt/js/restapi.js | 33 +++++++++++++++++++ 5 files changed, 46 insertions(+), 50 deletions(-) create mode 100644 ram/driver/static/wt/js/restapi.js diff --git a/ram/driver/static/wt/index.html b/ram/driver/static/wt/index.html index f8980b9..ba74859 100644 --- a/ram/driver/static/wt/index.html +++ b/ram/driver/static/wt/index.html @@ -44,7 +44,7 @@ - + @@ -120,8 +120,7 @@