From 6f0185256872906e7b26d332b793a39cd5e896ab Mon Sep 17 00:00:00 2001 From: Hobadee Date: Thu, 11 Apr 2013 13:30:34 -0700 Subject: [PATCH] Update utils_misc.js --- code/utils_misc.js | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) 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;