Skip to content

Commit

Permalink
Now requiring only the jquery-ui JS that we use.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Nov 1, 2014
1 parent 1e33b57 commit ff17882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Removed `attr_accessible` in favour of strong parameters. [#2518](https://github.com/refinery/refinerycms/pull/2518). [Philip Arndt](https://github.com/parndt)
* Removed the Dashboard extension, now the left most tab is selected when logging in. [#2727](https://github.com/refinery/refinerycms/pull/2727). [Philip Arndt](https://github.com/parndt)
* Removed special 'Refinery Translator' role, introduced in 0.9.22, from the core. [#2730](https://github.com/refinery/refinerycms/pull/2730). [Philip Arndt](https://github.com/parndt)
* Limited the jquery-ui assets loaded in the backend to the ones we use in the core. [Philip Arndt](https://github.com/parndt)

* [See full list](https://github.com/refinery/refinerycms/compare/2-1-stable...master)

Expand Down
4 changes: 3 additions & 1 deletion core/app/assets/javascripts/refinery/refinery.js.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*
*= require jquery
*= require jquery_ujs
*= require jquery-ui
*= require jquery-ui/dialog
*= require jquery-ui/sortable
*= require jquery-ui/tabs
*= require modernizr-min
*= require jquery/jquery.html5-placeholder-shim
*= require jquery/jquery.timers
Expand Down

0 comments on commit ff17882

Please sign in to comment.