Skip to content
Snippets Groups Projects
Commit d6471cd9 authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: jQuery Datepicker moved to GitHub

parent 9a2c1a79
No related branches found
No related tags found
No related merge requests found
......@@ -221,10 +221,10 @@ class i18n_Compiler extends Module {
$this->stderr->write($lang . ": Unable to fetch Redactor language file\n");
// JQuery UI Datepicker
// http://jquery-ui.googlecode.com/svn/tags/latest/ui/i18n/jquery.ui.datepicker-de.js
// https://github.com/jquery/jquery-ui/tree/master/ui/i18n
foreach ($langs as $l) {
list($code, $js) = $this->_http_get(
'http://jquery-ui.googlecode.com/svn/tags/latest/ui/i18n/jquery.ui.datepicker-'
'https://raw.githubusercontent.com/jquery/jquery-ui/master/ui/i18n/datepicker-'
.str_replace('_','-',$l).'.js');
// If locale-specific version is not available, use the base
// language version (de if de_CH is not available)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment