Update utils_misc.js
This commit is contained in:
parent
502a7e1637
commit
6f01852568
@ -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 = ''
|
||||
+ ' <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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user