fix develop branch bug
This commit is contained in:
parent
fb6c8a74a7
commit
a63cd02bc6
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ jQuery.browser = browser;
|
|||
//$(options.titleBox).html( ($(event.target).attr('title') ));
|
||||
if ( options.bringToFront && event.type == 'click' )
|
||||
{
|
||||
options.titleBox).html( ($(event.target).attr('title') ));
|
||||
$(options.titleBox).html( ($(event.target).attr('title') ));
|
||||
// START METAMAPS CODE
|
||||
Metamaps.Create.newTopic.metacode = $(event.target).attr('data-id');
|
||||
// END METAMAPS CODE
|
||||
|
|
Loading…
Reference in a new issue