Skip to content

Commit

Permalink
- Update static libs
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Nov 6, 2018
1 parent 6bff4d6 commit c15fd3a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion geonode/static/geonode/js/templates/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<p>Add {{ facetType | default_if_blank : 'objects' }} through the "checkboxes".</p>
</div>
<ul class="list-group">
<li class="list-group-item clearfix" ng-repeat="resource in cart.getCart().items">{{ resource.title | limitTo: 25}}{{ resource.title.length > 25 ? '...' : '' }}<button class="btn btn-default btn-xs pull-right" ng-click="cart.removeItem(resource)"><i class="fa fa-remove fa-lg"></i></button></li>
<li class="list-group-item clearfix" ng-if="resource && resource.title" ng-repeat="resource in cart.getCart().items">{{ resource.title | limitTo: 25}}{{ resource.title.length > 25 ? '...' : '' }}<button class="btn btn-default btn-xs pull-right" ng-click="cart.removeItem(resource)"><i class="fa fa-remove fa-lg"></i></button></li>
</ul>
</div>
2 changes: 1 addition & 1 deletion geonode/static/lib/js/assets.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geonode/static/lib/js/jquery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geonode/static/lib/js/leaflet-plugins.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geonode/static/lib/js/require.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geonode/static/lib/js/text.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion geonode/static/lib/js/underscore.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion geonode/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"bower": "^1.8.4",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
Expand Down

0 comments on commit c15fd3a

Please sign in to comment.