Fixed a resizing problem in the "connect to ROAR" dialog.

master
Pacman Ghost 2 years ago
parent c363acb73e
commit 42cad6f87c
  1. 2
      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

Loading…
Cancel
Save