From f3136eefe9105deb1d97123629dae80c2de66304 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Thu, 2 Jul 2015 10:33:26 -0400 Subject: updated libraries, squashed the problem of not getting bar handles on click, optimized montage view --- www/lib/moment/locale/ar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/lib/moment/locale/ar.js') diff --git a/www/lib/moment/locale/ar.js b/www/lib/moment/locale/ar.js index a974ded9..19931904 100644 --- a/www/lib/moment/locale/ar.js +++ b/www/lib/moment/locale/ar.js @@ -75,7 +75,7 @@ longDateFormat : { LT : 'HH:mm', LTS : 'HH:mm:ss', - L : 'DD/MM/YYYY', + L : 'D/\u200FM/\u200FYYYY', LL : 'D MMMM YYYY', LLL : 'D MMMM YYYY LT', LLLL : 'dddd D MMMM YYYY LT' @@ -115,7 +115,7 @@ yy : pluralize('y') }, preparse: function (string) { - return string.replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) { + return string.replace(/\u200f/g, '').replace(/[١٢٣٤٥٦٧٨٩٠]/g, function (match) { return numberMap[match]; }).replace(/،/g, ','); }, -- cgit v1.2.3