Skip to content

Commit

Permalink
Merge pull request owen2345#1094 from texpert/remove-underscore-js
Browse files Browse the repository at this point in the history
Remove unused underscore.js
  • Loading branch information
texpert committed Aug 27, 2024
2 parents b450c33 + 878b029 commit 2fabfdd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1,538 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Remove unused underscore.js

## [2.8.2](https://github.com/owen2345/camaleon-cms/tree/2.8.2) (2024-08-25)

- Bump AdminLTE to 2.3.11
Expand Down
1 change: 0 additions & 1 deletion app/assets/javascripts/camaleon_cms/admin/_libraries.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ var init_form_validations = function (form, args) {
if(url){
$content_image.find('img').attr('src', url);
$content_image.find('a').attr('href', url);
//$content_image.find('strong').html(_.last(url.split('/')));
$content_image.show();
}else{
$content_image.hide();
Expand Down
Loading

0 comments on commit 2fabfdd

Please sign in to comment.