Comparing version 1.2.1 to 1.2.2
@@ -8,3 +8,2 @@ /*! | ||
* | ||
* https://creativecommons.org/licenses/by-nc/4.0/deed.en | ||
* https://oloma.dev/end-user-license-agreement | ||
@@ -11,0 +10,0 @@ */ |
@@ -20,3 +20,3 @@ | ||
this.i18n = i18n; | ||
this.interval = 60 * 5000; // every 5 minute | ||
this.interval = 60 * 10000; // every 10 minute | ||
this.versionId = this.generateUid(); | ||
@@ -54,3 +54,3 @@ if (typeof i18n.global.locale.value !== "undefined") { | ||
function() { | ||
localStorage.removeItem(Self.generateVersionId()); | ||
localStorage.removeItem(Self.getVersionId()); // remove old version id | ||
Self.generateUid(); | ||
@@ -57,0 +57,0 @@ Self.sendRequest(); |
{ | ||
"name": "olobase", | ||
"version": "1.2.1", | ||
"description": "Olobase is a tool that allows to you quickly and easily develop modern web panels using Vue.js/Vuetify", | ||
"version": "1.2.2", | ||
"description": "Create fast and easy admin panel apps with Vue and Php technologies", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
39441
521