Update utils_misc.js

This commit is contained in:
Hobadee 2013-04-11 13:30:34 -07:00
parent 502a7e1637
commit 6f01852568

View File

@ -1,17 +1,21 @@
// UTILS + MISC ///////////////////////////////////////////////////////
window.aboutIITC = function(){
alert("
About IITC
IITC = Ingress Intel Total Conversion.
On the scripts homepage you can:
find updates
get plugins
report bugs
and contribute.
");
//var v = window.IITC_VERSION
var a = ''
+ ' <div><b>About IITC</b></div> '
+ ' <div>Ingress Intel Total Conversion</div> '
+ ' <hr>'
+ ' <div>'
+ ' <a href="http://iitc.jonatkins.com/">IITC Homepage</a>'
+ ' </div>'
+ ' <hr>'
//+ ' <div>Version: ' + v + '</div>';
+ ' <div>Version: </div>';
alert(a);
}
window.layerGroupLength = function(layerGroup) {
var layersCount = 0;
var layers = layerGroup._layers;