Fixes showing prezi button.

This commit is contained in:
damencho 2015-12-04 10:38:42 -06:00
parent d7317a94bb
commit 09a509400f
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ var Toolbar = (function (my) {
* Disables and enables some of the buttons.
*/
my.setupButtonsFromConfig = function () {
if (UIUtil.isButtonEnabled('prezi')) {
if (!UIUtil.isButtonEnabled('prezi')) {
$("#toolbar_button_prezi").css({display: "none"});
}
};