diff --git a/Makefile b/Makefile
index 27ebc98..a267183 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(CURDIR)/../../key
-version+=0.0.31
+version+=0.0.32
all: build-front appstore
@@ -39,6 +39,9 @@ appstore: clean
--exclude=/Makefile \
--exclude=/node_modules \
--exclude=/src \
+ --exclude=/package-lock.json \
+ --exclude=/package.json \
+ --exclude=/vite.config.ts \
$(project_dir)/ $(sign_dir)/$(app_name)
@if [[ -f $(cert_dir)/$(app_name).key && -f $(cert_dir)/$(app_name).crt ]]; then \
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 612bd00..cfbafdd 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
Mind Map
A Mind map editor
- 0.0.31
+ 0.0.32
agpl
Jingtao Yan
Files_MindMap
diff --git a/src/viewer.js b/src/viewer.js
index 18aac96..b90cdf1 100644
--- a/src/viewer.js
+++ b/src/viewer.js
@@ -84,10 +84,6 @@ redirectIfNotDisplayedInFrame();
$('#save-button').click(function() {
self.save();
});
- $('#close-button').click(function() {
- self.close();
- return false;
- });
},
close: function() {
var self = this;
diff --git a/templates/viewer.php b/templates/viewer.php
index 6b6dab1..6806c0c 100644
--- a/templates/viewer.php
+++ b/templates/viewer.php
@@ -55,7 +55,7 @@
}
#autosave-div {
position: absolute;
- right: 240px;
+ right: 260px;
z-index: 10000;
width: 100px;
}
@@ -64,9 +64,9 @@
}
#save-div {
position: absolute;
- right: 140px;
+ right: 105px;
z-index: 10000;
- width: 60px;
+ width: 160px;
}
#export-button {
@@ -99,19 +99,19 @@ class="btn btn-default export-caption dropdown-toggle"