mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 11:33:55 +09:00
Fix incorrect relative URLs in other JS libraries #1601
This commit is contained in:
parent
5c0c4a3f76
commit
9160b867aa
4 changed files with 8 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* @author MinSoo Kim <misol.kr@gmail.com>
|
||||
**/
|
||||
if(typeof current_lang !== "undefined" && current_lang !== 'en') {
|
||||
jQuery.getScript(request_uri + "./common/js/plugins/ui/i18n/datepicker-"+ current_lang.replace("jp", "ja") +".js", function() {
|
||||
jQuery.getScript(request_uri + "common/js/plugins/ui/i18n/datepicker-"+ current_lang.replace("jp", "ja") +".js", function() {
|
||||
var default_option = {
|
||||
dateFormat:'yy-mm-dd'
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue