From ced34cb15e095836767971aa4d27b141fb1d7ec9 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sat, 18 Oct 2014 08:47:54 -0400 Subject: [PATCH] Merge pull request #230 from bytesatwork-xx/master --- plugins/jqueryui/js/i18n/jquery.ui.datepicker-sk.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-sk.js b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-sk.js old mode 100755 new mode 100644 index 83ae8e8..b6d9a45 --- a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-sk.js +++ b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-sk.js @@ -1,3 +1,4 @@ +/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */ /* Slovak initialisation for the jQuery UI date picker plugin. */ /* Written by Vojtech Rinik (vojto@hmm.sk). */ jQuery(function($){ @@ -21,3 +22,4 @@ yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['sk']); }); +/* @license-end */ -- Gitblit v1.9.1