Skip to content

Commit

Permalink
Fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
sgotre committed Jan 18, 2018
1 parent b8fe8c1 commit 3c5202f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
Binary file modified dist/chrome.zip
Binary file not shown.
Binary file modified dist/firefox.zip
Binary file not shown.
Binary file modified dist/opera.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "3.3.0.2",
"version": "3.3.0.3",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
Expand Down
6 changes: 2 additions & 4 deletions src/settings-page/templates/widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
<span class="" ng-if="widget.brand">{{ widget.products[$index].brand }}</span>
<span class="" ng-if="widget.manufacturer">{{ widget.products[$index].manufacturer }}</span>
<span class="" ng-if="widget.shop">
{{ widget.products[$index].url }}
{{ widget.products[$index].shop }}
</span>
<span class="" ng-if="widget.price">{{ widget.products[$index].price }}</span>
</span>
Expand All @@ -306,9 +306,7 @@
data-drop="true"
data-index="{{i}}"
jqyoui-droppable="{onDrop: 'dropProductOnWidget'}"

data-drag="true"

ng-mouseenter="activateDragOnSlick()"
data-product-id="{{widget.products[$index].id}}"
data-from="widget"
Expand All @@ -320,7 +318,7 @@
<span class="" ng-if="widget.brand">{{ widget.products[$index].brand }}</span>
<span class="" ng-if="widget.manufacturer">{{ widget.products[$index].manufacturer }}</span>
<span class="" ng-if="widget.shop">
{{ widget.products[$index]].url }}
{{ widget.products[$index].shop }}
</span>
<span class="" ng-if="widget.price">{{ widget.products[$index].price }}</span>
</span>
Expand Down

0 comments on commit 3c5202f

Please sign in to comment.