Skip to content

Commit

Permalink
FIX - position widget JS error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Delhez committed Mar 11, 2018
1 parent 387c334 commit 7eff96b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Empty file modified CHANGELOG.md
100644 → 100755
Empty file.
Empty file modified CONTRIBUTING.md
100644 → 100755
Empty file.
Empty file modified grumphp.yml
100644 → 100755
Empty file.
Empty file modified src/etc/webapi.xml
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion src/view/adminhtml/templates/widgets.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ $arrangement = $block->getData('arrangement');
{
"*": {
"devDashboard": {}
},
}
}
</script>
2 changes: 1 addition & 1 deletion src/view/adminhtml/web/js/widget-position.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ define([
], function ($) {
var DevDashboard = {
initialize: function (config, element) {
alert('it works');
//TODO
}
};
return {
Expand Down

0 comments on commit 7eff96b

Please sign in to comment.