10,692 changes: 6,923 additions & 3,769 deletions geonode/static/lib/js/bootstrap-table.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions geonode/static/lib/js/bootstrap-table.min.js

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions geonode/static/lib/js/handlebars.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**!
@license
handlebars v4.1.2
handlebars v4.2.0
Copyright (C) 2011-2017 by Yehuda Katz
Expand Down Expand Up @@ -275,7 +275,7 @@ return /******/ (function(modules) { // webpackBootstrap

var _logger2 = _interopRequireDefault(_logger);

var VERSION = '4.1.2';
var VERSION = '4.2.0';
exports.VERSION = VERSION;
var COMPILER_REVISION = 7;

Expand Down Expand Up @@ -1273,6 +1273,10 @@ return /******/ (function(modules) { // webpackBootstrap
return prog;
}

/**
* This is currently part of the official API, therefore implementation details should not be changed.
*/

function resolvePartial(partial, context, options) {
if (!partial) {
if (options.name === '@partial-block') {
Expand Down
4 changes: 2 additions & 2 deletions geonode/static/lib/js/handlebars.min.js

Large diffs are not rendered by default.

19,507 changes: 0 additions & 19,507 deletions geonode/static/lib/js/jquery-ui.js

This file was deleted.

5 changes: 0 additions & 5 deletions geonode/templates/search/_search_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
<div class="col-xs-12">
{% block bulk_perms_button %}
<div class="btn-group btn-group-justified" role="group" aria-label="tools">
{% if request.user.is_authenticated %}
<div class="btn-group" role="group">
<button type="button" class="btn btn-default" ng-disabled="!cart.getCart().items.length" data-toggle="modal" data-target="#_bulk_permissions">{% trans "Set permissions" %}</button>
</div>
{% endif %}
{% if facet_type == 'layers' %}
<div class="btn-group" role="group">
<button type="button" class="btn btn-default" ng-disabled="!cart.getCart().items.length" ng-click="newMap()">{% trans "Create a Map" %}</button>
Expand Down