From ff5b4a084d1c7f95e4535a9a6bf497e71921f81c Mon Sep 17 00:00:00 2001 From: Merricx Date: Wed, 10 May 2017 22:35:38 +0700 Subject: [PATCH] Fixed bugs --- js/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/main.js b/js/main.js index 3a3a31c..623b55e 100644 --- a/js/main.js +++ b/js/main.js @@ -1206,6 +1206,7 @@ $(document).ready(function(){ $("#div-tools").hide(); $("#tools-extract").removeClass("active"); $(".side-box").show(); + $(".right-box").show(); if(!masking_mode){ $("#box-tools-masking").hide(); }