From 4b3061faf791d38901161a64c86ef775819cd502 Mon Sep 17 00:00:00 2001 From: kovacsv Date: Tue, 25 Dec 2018 11:40:51 +0100 Subject: [PATCH] Minor modifications. --- website/include/importerapp.css | 2 +- website/include/importerapp.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/include/importerapp.css b/website/include/importerapp.css index 351b344..cb39f2e 100644 --- a/website/include/importerapp.css +++ b/website/include/importerapp.css @@ -186,7 +186,7 @@ div.meshbuttons div.meshbuttons img.meshimgbutton { - background : #dddddd; + background : #dadada; padding : 3px; border : 1px solid #aaaaaa; border-radius : 3px; diff --git a/website/include/importerapp.js b/website/include/importerapp.js index 340fbeb..64456cf 100644 --- a/website/include/importerapp.js +++ b/website/include/importerapp.js @@ -244,7 +244,7 @@ ImporterApp.prototype.GenerateMenu = function () document.body.appendChild (input); input.select (); document.execCommand ('copy'); - document.body.removeChild(input) + document.body.removeChild(input); } var meshButtons = $('
').addClass ('meshbuttons').appendTo (contentDiv); @@ -258,7 +258,7 @@ ImporterApp.prototype.GenerateMenu = function () }); } - var meshItem = meshesGroup.AddSubItem (mesh.name, { + meshesGroup.AddSubItem (mesh.name, { openCloseButton : { title : 'Show/Hide Details', onOpen : function (contentDiv, mesh) {