Skip to content

Commit

Permalink
remove gmaps and placepicker
Browse files Browse the repository at this point in the history
Switch to OSM
  • Loading branch information
wallenium committed Jun 3, 2018
1 parent c88f8de commit d8c0022
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ module.exports = function(grunt) {
{expand: true, cwd: 'dist/', src: ["core.js", "core.min.js", "core.css", "core.min.css"], dest: "<%= build.eqdkppath %>/libraries/jquery/core/"},
{expand: true, cwd: 'src/locales/de', src: ["lang_jquery.js"], dest: "<%= build.eqdkppath %>/language/german/"},
{expand: true, cwd: 'src/plugins/fullcalendar/', src: ['fullcalendar.min.js', 'locale-all.js'], dest: '<%= build.eqdkppath %>/libraries/jquery/js/fullcalendar/'},
{expand: true, cwd: 'src/plugins/gmaps/', src: ['gmaps.min.js', 'gmaps.min.js.map'], dest: '<%= build.eqdkppath %>/libraries/jquery/js/gmaps/'},
{expand: true, cwd: 'src/plugins/placepicker/', src: ['jquery.placepicker.min.js'], dest: '<%= build.eqdkppath %>/libraries/jquery/js/placepicker/'},
{expand: true, cwd: 'src/plugins/monthpicker/', src: ['MonthPicker.min.js', 'MonthPicker.min.css'], dest: '<%= build.eqdkppath %>/libraries/jquery/js/monthpicker/'},
{expand: true, cwd: 'src/plugins/circles/', src: ['jquery.circles.min.js'], dest: '<%= build.eqdkppath %>/libraries/jquery/js/circles/'},
{expand: true, cwd: 'src/plugins/jqplot/', src: ['jjqplot.canvasAxisTickRenderer.min.js','jqplot.canvasTextRenderer.min.js','jqplot.categoryAxisRenderer.min.js','jqplot.dateAxisRenderer.min.js','jqplot.highlighter.min.js','jqplot.mobile.min.js','jqplot.pieRenderer.min.js','jquery.jqplot.min.js','jquery.jqplot.css'], dest: '<%= build.eqdkppath %>/libraries/jquery/js/jqplot/'},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Plugin name | plugin | version | URL
------------- | ----- | ----- | -------------
jquery.jqplot | core | 1.0.8 | [jquery.JQplot](http://www.jqplot.com)
jquery.fullcalendar | core/calendar | 3.8.0 | [fullcalendar.io](http://arshaw.com/fullcalendar/)
jquery.placepicker | core/calendar | 0.0.4 | [jquery.placepicker](https://github.com/benignware/jquery-placepicker)
jquery.circles | core/admin | 0.0.6 | [jquery.circles](https://github.com/lugolabs/circles)
jquery.jcrop | plugin/mediacenter | 2.0.4 | [jquery.jcrop](https://github.com/tapmodo/Jcrop)
jquery.MonthPicker | core/calendar | 3.0.4 | [jquery.MonthPicker](https://kidsysco.github.io/jquery-ui-month-picker/)
Expand Down Expand Up @@ -89,6 +88,7 @@ jquery.superfish | 1.7.9 | 2.4.0/3.0.0 | [jquery.superfish](http://users.tpg.com
jquery.eqdualheight | unknown | 2.3.0 | [jquery.equalheight](http://www.cssnewbie.com/equalheights-jquery-plugin/)
jquery.easydropdown | nightly | 2.3.0 | [jquery.easydropdown](https://github.com/patrickkunka/easydropdown)
jquery.notify | 1.5 | 2.3.0 | [jquery.notify](https://github.com/ehynds/jquery-notify)
jquery.placepicker | 0.0.4 | 2.3.0 | [jquery.placepicker](https://github.com/benignware/jquery-placepicker)
gmaps | 0.4.25 | 2.3.0 | [gmaps](https://github.com/hpneo/gmaps)

jqueryUI themes
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/gmaps/gmaps.min.js

This file was deleted.

1 change: 0 additions & 1 deletion src/plugins/gmaps/gmaps.min.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions src/plugins/placepicker/jquery.placepicker.min.js

This file was deleted.

0 comments on commit d8c0022

Please sign in to comment.