Skip to content

Commit aed5280

Browse files
committed
Remove xdan-datetimepicker-rails dependency
1 parent 1b6c81c commit aed5280

File tree

8 files changed

+3756
-8
lines changed

8 files changed

+3756
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Add the following line into `app/assets/javascripts/active_admin.js`:
3939

4040
## Usage
4141

42-
This plugin adds the `date_time_picker` input and `date_time_range` filter, which use the [XDSoft DateTime Picker gem](https://github.com/shekibobo/xdan-datetimepicker-rails).
42+
This plugin adds the `date_time_picker` input and `date_time_range` filter, which use the [XDSoft DateTime Picker](https://github.com/xdan/datetimepicker/).
4343

4444
The `date_time_picker` input accepts many of the options available to the standard jQueryUI Datepicker. For example:
4545

active_admin_datetimepicker.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ Gem::Specification.new do |spec|
2020
spec.require_paths = ["lib"]
2121

2222
spec.add_dependency "activeadmin", ">= 2.0", "< 3.a"
23-
spec.add_dependency "xdan-datetimepicker-rails", "~> 2.5.4"
2423
end

app/assets/javascripts/active_admin_datetimepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//= require jquery.xdan.datetimepicker.full
1+
//= require vendor/jquery.datetimepicker.full
22

33
function setupDateTimePicker(container) {
44
const defaults = {

0 commit comments

Comments
 (0)