From a63cd02bc665afaf858147dc5d4e54693000bf88 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sun, 23 Oct 2016 22:51:16 +0800 Subject: [PATCH] fix develop branch bug --- app/assets/javascripts/lib/cloudcarousel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/lib/cloudcarousel.js b/app/assets/javascripts/lib/cloudcarousel.js index 2d6cca6e..4a13b8ac 100644 --- a/app/assets/javascripts/lib/cloudcarousel.js +++ b/app/assets/javascripts/lib/cloudcarousel.js @@ -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