Skip to content

Commit

Permalink
fix: Undefined JS var
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Jun 3, 2024
1 parent 1cc8db9 commit cb67bec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export default class AttributeValuePosition {
throw response
}
const data = await response.json()
$element.attr('data-position', newPosition)
window.UIkit.notify({
message: data.responseText,
status: data.status,
Expand Down

0 comments on commit cb67bec

Please sign in to comment.