-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: downgrade knockoutjs and lodash + fix invalid ko code
Fixes a couple issues found by Knockout 3.5 but still downgrade the library as it still doesn't work properly. Also vendors the asset file as the gem can't be installed along with rails 5 and the gem does nothing. Also downgrades lodash since there was error popping out.
- Loading branch information
1 parent
d687de7
commit 8c15cfe
Showing
5 changed files
with
5,308 additions
and
15 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
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 |
---|---|---|
|
@@ -129,7 +129,6 @@ | |
//ko | ||
%br/ | ||
//ko | ||
- if current_user_snapshot.at_present? && collection_admin? | ||
/ko if: !savingLayer() | ||
|
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.