Reinstall feature

- implemented reinstall in Settings > Advanced
- shorten placeholder for Form name input
This commit is contained in:
Jonathan Labreuille
2015-12-15 13:07:43 +01:00
parent a2d38c9076
commit 6e63c72aa5
7 changed files with 58 additions and 3 deletions

View File

@ -113,6 +113,7 @@ class Initializer {
}
function setupAnalytics() {
$widget = new Analytics();
$widget->init();
}