From 42cad6f87c853e6175db4b05c0187f2399cd6cd4 Mon Sep 17 00:00:00 2001 From: Taka Date: Thu, 23 Jun 2022 08:41:25 +1000 Subject: [PATCH] Fixed a resizing problem in the "connect to ROAR" dialog. --- vasl_templates/webapp/static/roar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vasl_templates/webapp/static/roar.js b/vasl_templates/webapp/static/roar.js index b4ab319..a4b8a50 100644 --- a/vasl_templates/webapp/static/roar.js +++ b/vasl_templates/webapp/static/roar.js @@ -80,7 +80,7 @@ window.selectRoarScenario = function( onSelected ) // update the UI onResize( $(this) ) ; }, - resize: onResize, + resize: function() { onResize( $(this) ) ; }, buttons: { OK: { text: "OK", class: "ok", click: function() { // notify the caller about the selected scenario