fix new checkboxes on ajaxify

This commit is contained in:
psychobunny
2015-08-20 23:36:59 -04:00
parent bf7896a264
commit 656476620e

View File

@@ -1,5 +1,5 @@
"use strict";
/*global define, socket, app, ajaxify, utils, bootbox, Mousetrap, Hammer, RELATIVE_PATH*/
/*global componentHandler, define, socket, app, ajaxify, utils, bootbox, Mousetrap, Hammer, RELATIVE_PATH*/
(function() {
$(document).ready(function() {
@@ -16,6 +16,8 @@
selectMenuItem(data.url);
setupRestartLinks();
componentHandler.upgradeDom();
});
$('[component="logout"]').on('click', app.logout);