From a8784e310df079139c60bdaccdeeb3b9dfb83ee9 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Mon, 6 Dec 2010 16:09:50 +0000 Subject: [PATCH] Added localize registration. --- resources/Resources.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/Resources.php b/resources/Resources.php index 185aca2157..c533da6125 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -64,6 +64,9 @@ return array( 'jquery.placeholder' => array( 'scripts' => 'resources/jquery/jquery.placeholder.js' ), + 'jquery.localize' => array( + 'scripts' => 'resources/jquery/jquery.localize.js' + ), 'jquery.suggestions' => array( 'scripts' => 'resources/jquery/jquery.suggestions.js', 'styles' => 'resources/jquery/jquery.suggestions.css', -- 2.20.1