Skip to content

Instantly share code, notes, and snippets.

@slarosa
Created September 25, 2012 11:55
Show Gist options
  • Save slarosa/3781331 to your computer and use it in GitHub Desktop.
Save slarosa/3781331 to your computer and use it in GitHub Desktop.
PM.Custom
$.extend(PM,
{
Custom: {
showGroupInfo: function(nome_layer){
var nome = nome_layer.replace(/ligrp_/, '');
var server = window.location.hostname;
var Url = 'http://www.google.it/?search='+nome+';
window.location.href = URL;
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment