From 348050c6bab638dfd1571501c8cfe3f1f5f7f39d Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 20 Jul 2022 22:21:46 +1000 Subject: [PATCH] deployhistory and toolbox wordinng fixes --- public/client/DeployHIstory.txt | 11 +++++++++++ public/studio/DeployHIstory.txt | 5 +++++ resources/views/client/toolbox.blade.php | 12 +++++------- 3 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 public/client/DeployHIstory.txt create mode 100644 public/studio/DeployHIstory.txt diff --git a/public/client/DeployHIstory.txt b/public/client/DeployHIstory.txt new file mode 100644 index 0000000..6a85e7c --- /dev/null +++ b/public/client/DeployHIstory.txt @@ -0,0 +1,11 @@ +All time formats listed below are in D/M/Y and in GMT+10 time. +This is a log of all of the Client versions. +You can download these old versions by going to archblox.com/client/version-(version string goes here).zip + +New Client version-000000007 at 13/07/2022 12:32 AM +New Client version-000000006 at 11/07/2022 7:46 PM +New Client version-000000005 at 11/07/2022 4:47 AM +New Client version-000000004 at 10/07/2022 6:14 PM +New Client version-000000003 at 10/07/2022 1:35 AM +New Client version-000000002 at 10/07/2022 1:35 AM +New Client version-000000001 at 9/07/2022 9:37 PM \ No newline at end of file diff --git a/public/studio/DeployHIstory.txt b/public/studio/DeployHIstory.txt new file mode 100644 index 0000000..4177263 --- /dev/null +++ b/public/studio/DeployHIstory.txt @@ -0,0 +1,5 @@ +All time formats listed below are in D/M/Y and in GMT+10 time. +This is a log of all of the Studio versions. +You can download these old versions by going to archblox.com/studio/version-(version string goes here).zip + +New Studio version-000000001 at 15/07/2022 8:14 PM \ No newline at end of file diff --git a/resources/views/client/toolbox.blade.php b/resources/views/client/toolbox.blade.php index e1a8f6a..3b8aedb 100644 --- a/resources/views/client/toolbox.blade.php +++ b/resources/views/client/toolbox.blade.php @@ -13,7 +13,7 @@ try { window.external.Insert("http://www.morblox.us/asset/?id=" + id); } catch (x) { - alert("Could not insert the requested item"); + alert("Could not insert the requested item."); } } @@ -21,7 +21,7 @@ try { window.external.StartDrag("http://www.morblox.us/asset/?id=" + id); } catch (x) { - alert("Sorry, could not drag the requested item"); + alert("Sorry, could not drag the requested item."); } } @@ -51,9 +51,7 @@ - - - +