Skip to content

Commit

Permalink
Block images zoom and fix tags error
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierViret authored Jan 14, 2022
2 parents db312c7 + 8c79826 commit bc52269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions orif/stock/views/item/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
foreach ($tag_links as $tag_link) {
if ($tag_link['item_tag_id'] == $item_tag['item_tag_id']){
echo 'checked';
break;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions orif/stock/views/item/select_photo.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ function setCropper(event){
movable: false,
rotatable: false,
scalable: false,
zoomable: false,
viewMode: 1
});
}
Expand Down

0 comments on commit bc52269

Please sign in to comment.