fix develop branch bug

This commit is contained in:
Devin Howard 2016-10-23 22:51:16 +08:00
parent fb6c8a74a7
commit a63cd02bc6

View file

@ -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