-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'stable-after-caching' into OSC-17
- Loading branch information
Showing
190 changed files
with
4,882 additions
and
898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
// FRAMEWORK | ||
//= require jquery | ||
//= require jquery_ujs | ||
//= require jquery-ui | ||
//= require bootstrap-sprockets | ||
//= require jquery.steps.min | ||
//= require jquery.validate | ||
//= require jquery.validate.additional-methods | ||
//= require jquery.nicescroll.min | ||
|
||
//= require editable/bootstrap-editable | ||
//= require editable/rails | ||
//= require jQuery.print | ||
|
||
//= require image_upload_previewer/image_upload_previewer | ||
//= require image_upload | ||
//= require bootstrap-datepicker/core | ||
//= require bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.js | ||
//= require datepicker | ||
//= require metisMenu/jquery.metisMenu.js | ||
//= require lodash/lodash.min.js | ||
// require query_builder/query-builder.standalone.min.js | ||
//= require jquery.extendext | ||
//= require doT | ||
//= require query-builder | ||
|
||
//remove query_builder/utils, query_builder/model and query_builder/plugin bcuz conflict with form-builder select option not show | ||
|
||
//= require moment | ||
//= require fullcalendar | ||
//= require bootstrap_file_input/purify.min.js | ||
//= require bootstrap_file_input/fileinput.js | ||
//= require bootstrap_file_input/fa/theme.min.js | ||
//= require bootstrap_file_input/explorer/theme.min.js | ||
|
||
// WRAPBOOTSTRAP | ||
//= require iCheck/icheck.min.js | ||
//= require wrapbootstrap/inspinia.js | ||
//= require slimscroll/jquery.slimscroll.min.js | ||
//= require toastr/toastr.min.js | ||
//= require bootstrap-tour/bootstrap-tour.js | ||
|
||
// LADDA | ||
//= require ladda/spin.min | ||
//= require ladda/ladda.min | ||
//= require ladda/ladda.jquery.min | ||
|
||
//LOAD MODULE | ||
//= require namespace | ||
//= require util | ||
//= require initializer | ||
//= require common | ||
//= require jquery.infinitescroll.min | ||
//= require footable.all.min | ||
|
||
//APPLICATION JS | ||
//= require calendars/index | ||
//= require clients/index | ||
//= require report_creator | ||
//= require clients/show | ||
//= require clients/form | ||
//= require clients/book |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.