diff --git a/code/utils_misc.js b/code/utils_misc.js
index 51e61030..5b73928d 100644
--- a/code/utils_misc.js
+++ b/code/utils_misc.js
@@ -1,7 +1,27 @@
-
-
// UTILS + MISC ///////////////////////////////////////////////////////
+window.aboutIITC = function(){
+ var v = '@@DATETIMEVERSION@@'
+ var a = ''
+ + '
About IITC
'
+ + ' Ingress Intel Total Conversion
'
+ + '
'
+ + ' '
+ + '
IITC Homepage'
+ + ' On the script’s homepage you can:'
+ + '
'
+ + ' - Find Updates
'
+ + ' - Get Plugins
'
+ + ' - Report Bugs
'
+ + ' - Contribute!
'
+ + '
'
+ + '
'
+ + '
'
+ + ' Version: ' + v + '
';
+ alert(a);
+}
+
+
window.layerGroupLength = function(layerGroup) {
var layersCount = 0;
var layers = layerGroup._layers;
diff --git a/main.js b/main.js
index b403b517..b4249655 100644
--- a/main.js
+++ b/main.js
@@ -90,7 +90,7 @@ document.getElementsByTagName('body')[0].innerHTML = ''
+ ' '
+ ' '
+ + ' About IITC'
+ ' '
+ ''
+ ''