mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
New maps in progress...
This commit is contained in:
parent
6fae17432a
commit
9648affaaa
@ -178,7 +178,7 @@ Function tooltip_map_create
|
|||||||
Return void
|
Return void
|
||||||
This function manages nodes tooltips
|
This function manages nodes tooltips
|
||||||
*/
|
*/
|
||||||
MapController.prototype.tooltip_map_create = function(self, event, close) {
|
MapController.prototype.tooltip_map_create = function(self, event) {
|
||||||
var nodeR = parseInt($(event.currentTarget).attr("r"));
|
var nodeR = parseInt($(event.currentTarget).attr("r"));
|
||||||
var node_id = $(event.currentTarget).attr("id");
|
var node_id = $(event.currentTarget).attr("id");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user