Changeset [2a5b14ab51078a11df4cdaaca9cf597ae11f4aaf] by Ben Tillman

January 9th, 2014 @ 02:28 AM

uses $ shortcut for jQuery and replace scriptalicous sortable with jQuery ui sortable
https://github.com/fatfreecrm/fat_free_crm/commit/2a5b14ab51078a11d...

Committed by Ben Tillman

  • A app/assets/javascripts/crm_sortable.js.coffee
  • M app/assets/javascripts/application.js.erb
  • M app/helpers/application_helper.rb
  • M app/helpers/leads_helper.rb
  • M app/helpers/tasks_helper.rb
  • M app/models/fields/custom_field.rb
  • M app/views/accounts/create.js.haml
  • M app/views/accounts/destroy.js.haml
  • M app/views/accounts/edit.js.haml
  • M app/views/accounts/index.js.haml
  • M app/views/accounts/new.js.haml
  • M app/views/accounts/show.js.haml
  • M app/views/accounts/update.js.haml
  • M app/views/admin/field_groups/_field_group.html.haml
  • M app/views/admin/field_groups/confirm.js.haml
  • M app/views/admin/field_groups/create.js.haml
  • M app/views/admin/field_groups/destroy.js.haml
  • M app/views/admin/field_groups/edit.js.haml
  • M app/views/admin/field_groups/new.js.haml
  • M app/views/admin/field_groups/update.js.haml
  • M app/views/admin/fields/create.js.haml
  • M app/views/admin/fields/destroy.js.haml
  • M app/views/admin/fields/edit.js.haml
  • M app/views/admin/fields/index.html.haml
  • M app/views/admin/fields/update.js.haml
  • M app/views/admin/groups/create.js.haml
  • M app/views/admin/groups/destroy.js.haml
  • M app/views/admin/groups/edit.js.haml
  • M app/views/admin/groups/index.js.haml
  • M app/views/admin/groups/new.js.haml
  • M app/views/admin/groups/update.js.haml
  • M app/views/admin/tags/confirm.js.haml
  • M app/views/admin/tags/create.js.haml
  • M app/views/admin/tags/destroy.js.haml
  • M app/views/admin/tags/edit.js.haml
  • M app/views/admin/tags/new.js.haml
  • M app/views/admin/tags/update.js.haml
  • M app/views/admin/users/confirm.js.haml
  • M app/views/admin/users/create.js.haml
  • M app/views/admin/users/destroy.js.haml
  • M app/views/admin/users/edit.js.haml
  • M app/views/admin/users/index.js.haml
  • M app/views/admin/users/new.js.haml
  • M app/views/admin/users/reactivate.js.haml
  • M app/views/admin/users/suspend.js.haml
  • M app/views/admin/users/update.js.haml
  • M app/views/campaigns/create.js.haml
  • M app/views/campaigns/destroy.js.haml
  • M app/views/campaigns/edit.js.haml
  • M app/views/campaigns/index.js.haml
  • M app/views/campaigns/new.js.haml
  • M app/views/campaigns/show.js.haml
  • M app/views/campaigns/update.js.haml
  • M app/views/comments/create.js.haml
  • M app/views/comments/destroy.js.haml
  • M app/views/comments/edit.js.haml
  • M app/views/comments/update.js.haml
  • M app/views/contacts/create.js.haml
  • M app/views/contacts/destroy.js.haml
  • M app/views/contacts/edit.js.haml
  • M app/views/contacts/index.js.haml
  • M app/views/contacts/new.js.haml
  • M app/views/contacts/show.js.haml
  • M app/views/contacts/update.js.haml
  • M app/views/emails/destroy.js.haml
  • M app/views/entities/_basic_search.html.haml
  • M app/views/entities/attach.js.haml
  • M app/views/entities/contacts.js.haml
  • M app/views/entities/discard.js.haml
  • M app/views/entities/leads.js.haml
  • M app/views/entities/opportunities.js.haml
  • M app/views/entities/subscription_update.js.haml
  • M app/views/entities/versions.js.haml
  • M app/views/fields/group.js.erb
  • M app/views/home/index.js.haml
  • M app/views/home/options.js.haml
  • M app/views/layouts/_jumpbox.html.haml
  • M app/views/leads/convert.js.haml
  • M app/views/leads/create.js.haml
  • M app/views/leads/destroy.js.haml
  • M app/views/leads/edit.js.haml
  • M app/views/leads/index.js.haml
  • M app/views/leads/new.js.haml
  • M app/views/leads/promote.js.haml
  • M app/views/leads/reject.js.haml
  • M app/views/leads/show.js.haml
  • M app/views/leads/update.js.haml
  • M app/views/lists/create.js.haml
  • M app/views/lists/destroy.js.haml
  • M app/views/opportunities/contacts.js.haml
  • M app/views/opportunities/create.js.haml
  • M app/views/opportunities/destroy.js.haml
  • M app/views/opportunities/edit.js.haml
  • M app/views/opportunities/index.js.haml
  • M app/views/opportunities/new.js.haml
  • M app/views/opportunities/show.js.haml
  • M app/views/opportunities/update.js.haml
  • M app/views/shared/_search.html.haml
  • M app/views/shared/_select_popup.html.haml
  • M app/views/tasks/complete.js.haml
  • M app/views/tasks/create.js.haml
  • M app/views/tasks/destroy.js.haml
  • M app/views/tasks/discard.js.haml
  • M app/views/tasks/edit.js.haml
  • M app/views/tasks/filter.js.haml
  • M app/views/tasks/new.js.haml
  • M app/views/tasks/update.js.haml
  • M app/views/users/avatar.js.haml
  • M app/views/users/change_password.js.haml
  • M app/views/users/edit.js.haml
  • M app/views/users/password.js.haml
  • M app/views/users/update.js.haml
  • M app/views/users/upload_avatar.js.haml
  • M spec/features/support/selector_helpers.rb
  • M vendor/assets/javascripts/rating.js
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Ruby on Rails CRM platform for Web 2.0 and beyond