Revision b8bbd09f

b/ui/templates/machines.html
296 296
        // return true=yes or false=no
297 297
        if (yes) {
298 298
            action_function(serverID);
299
        } else {
300
            // reload page
301
            $("div.pane#machines-pane").load($("a#standard").attr("href"));
299 302
        }
300
        // reload page
301
        $("div.pane#machines-pane").load($("a#standard").attr("href"));
302 303
    });
303 304
    return false;
304 305
}

Also available in: Unified diff