From d6471cd994ecffa2c4a6b81d8b592a13f1dd9464 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Sun, 12 Jun 2016 22:25:28 -0500 Subject: [PATCH] i18n: jQuery Datepicker moved to GitHub --- include/cli/modules/i18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cli/modules/i18n.php b/include/cli/modules/i18n.php index bf2872c54..efec61416 100644 --- a/include/cli/modules/i18n.php +++ b/include/cli/modules/i18n.php @@ -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) -- GitLab