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