From d2ed927e655a16dd02a2e3200a751ef02b64a58a Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 27 Nov 2012 12:17:59 -0500 Subject: [PATCH] CC-1960: Internationalize Airtime / Support translations -playout history datatable was missing translation table --- airtime_mvc/public/js/airtime/playouthistory/historytable.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/airtime_mvc/public/js/airtime/playouthistory/historytable.js b/airtime_mvc/public/js/airtime/playouthistory/historytable.js index 740662f2c..3a73addc2 100644 --- a/airtime_mvc/public/js/airtime/playouthistory/historytable.js +++ b/airtime_mvc/public/js/airtime/playouthistory/historytable.js @@ -80,9 +80,7 @@ var AIRTIME = (function(AIRTIME) { "fnServerData": fnServerData, - "oLanguage": { - "sSearch": "" - }, + "oLanguage": datatables_dict, "aLengthMenu": [[50, 100, 500, -1], [50, 100, 500, "All"]], "iDisplayLength": 50,