Skip to content

Commit

Permalink
"Added opaque filter actions bar"
Browse files Browse the repository at this point in the history
  • Loading branch information
noone0212 committed Mar 12, 2020
1 parent 7f95658 commit 1d3d17d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/main/posts/modify/post-data-editor.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ function PostDataEditorController(
});
});
}

function cancel() {
$state.go('posts.data.detail',{postId: $scope.post.id});
}
Expand Down
2 changes: 1 addition & 1 deletion app/main/posts/views/filters/filters-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ <h4 class="dropdown-menu-title" translate="app.filter_by"></h4>
<!-- end: filter options -->
</div>
<div class="form-field filter-actions">
<button type="button" class="button-link" ng-click="clearFilters()" translate>global_filter.restore_defaults</button>
<button type="button" class="button-beta" ng-click="clearFilters()" translate>global_filter.restore_defaults</button>
<button type="submit" class="button-alpha" ng-disabled="disableApplyButton()" translate>app.apply_filters</button>
</div>

0 comments on commit 1d3d17d

Please sign in to comment.