diff --git a/code/utils_misc.js b/code/utils_misc.js index 7a269d6a..36c6e940 100644 --- a/code/utils_misc.js +++ b/code/utils_misc.js @@ -1,17 +1,21 @@ // UTILS + MISC /////////////////////////////////////////////////////// window.aboutIITC = function(){ - alert(" - About IITC - IITC = Ingress Intel Total Conversion. - On the script’s homepage you can: - – find updates - – get plugins - – report bugs - – and contribute. - "); + //var v = window.IITC_VERSION + var a = '' + + '
About IITC
' + + '
Ingress Intel Total Conversion
' + + '
' + + '
' + + ' IITC Homepage' + + '
' + + '
' + //+ '
Version: ' + v + '
'; + + '
Version:
'; + alert(a); } + window.layerGroupLength = function(layerGroup) { var layersCount = 0; var layers = layerGroup._layers;