aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--src/features/shareFranz/index.js4
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5d1d9888f..1a565eec1 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,8 @@
8- [x] Removes the fullscreen app delay inviting users to upgrade 8- [x] Removes the fullscreen app delay inviting users to upgrade
9- [x] Removes pages begging you to donate after registration 9- [x] Removes pages begging you to donate after registration
10- [x] Makes all users premium 10- [x] Makes all users premium
11- [x] Add option to change server to a custom [ferdi-server](https://github.com/vantezzen/ferdi-server) 11- [x] Add option to change server to a custom [ferdi-server](https://github.com/vantezzen/ferdi-server)
12- [x] Remove "Franz is better together"(shareFranz) popup
12- [x] Custom branding 13- [x] Custom branding
13- [ ] [#5](https://github.com/kytwb/Ferdi/issues/5) Makes it optional to create an account 14- [ ] [#5](https://github.com/kytwb/Ferdi/issues/5) Makes it optional to create an account
14- [ ] [#6](https://github.com/kytwb/Ferdi/issues/6) Makes RocketChat self-hosted generally available 15- [ ] [#6](https://github.com/kytwb/Ferdi/issues/6) Makes RocketChat self-hosted generally available
diff --git a/src/features/shareFranz/index.js b/src/features/shareFranz/index.js
index 1167b329b..d611a7e1d 100644
--- a/src/features/shareFranz/index.js
+++ b/src/features/shareFranz/index.js
@@ -22,9 +22,9 @@ export default function initialize(stores) {
22 }; 22 };
23 23
24 function showModal() { 24 function showModal() {
25 debug('Showing share window'); 25 debug('Would have showed share window');
26 26
27 state.isModalVisible = true; 27 // state.isModalVisible = true;
28 } 28 }
29 29
30 reaction( 30 reaction(