From 4477ac02e7afd575c64be2b336e694881cdd1be6 Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 30 Apr 2012 16:20:23 -0400 Subject: [PATCH] CC-3677: Tooltips improvements -done --- airtime_mvc/application/models/StoredFile.php | 2 +- airtime_mvc/public/js/airtime/showbuilder/builder.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/models/StoredFile.php b/airtime_mvc/application/models/StoredFile.php index fcac1a8db..a63cf2703 100644 --- a/airtime_mvc/application/models/StoredFile.php +++ b/airtime_mvc/application/models/StoredFile.php @@ -686,7 +686,7 @@ Logging::log("getting media! - 2"); if($type == "au"){//&& isset( $audioResults )) { $row['audioFile'] = $row['gunid'].".".pathinfo($row['filepath'], PATHINFO_EXTENSION); - $row['image'] = ''; + $row['image'] = ''; } else { $row['image'] = ''; diff --git a/airtime_mvc/public/js/airtime/showbuilder/builder.js b/airtime_mvc/public/js/airtime/showbuilder/builder.js index 4a115b120..19cc42d9c 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/builder.js @@ -409,7 +409,7 @@ var AIRTIME = (function(AIRTIME){ $image = $(nRow).find('td.sb-image'); //check if the file exists. if (aData.image === true) { - $image.html('') + $image.html('') .click(function() { open_show_preview(aData.instance, aData.pos); return false;