youthtree-js 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ YouthTree.withNS 'Forms.DatePicker', (ns) ->
|
|
9
9
|
|
10
10
|
ns.makeDateTimePickers = ->
|
11
11
|
return unless $.fn.datetimepicker?
|
12
|
-
$('input.ui-
|
12
|
+
$('input.ui-datetime-picker').datetimepicker
|
13
13
|
dateFormat: ns.dateFormat
|
14
14
|
timeFormat: ns.timeFormat
|
15
15
|
ampm: true
|
@@ -15,7 +15,7 @@ YouthTree.withNS('Forms.DatePicker', function(ns) {
|
|
15
15
|
if (!(typeof (_ref = $.fn.datetimepicker) !== "undefined" && _ref !== null)) {
|
16
16
|
return null;
|
17
17
|
}
|
18
|
-
return $('input.ui-
|
18
|
+
return $('input.ui-datetime-picker').datetimepicker({
|
19
19
|
dateFormat: ns.dateFormat,
|
20
20
|
timeFormat: ns.timeFormat,
|
21
21
|
ampm: true
|
data/lib/youthtree-js.rb
CHANGED
data/youthtree-js.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: youthtree-js
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 1
|
10
|
+
version: 0.4.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Darcy Laycock
|