Skip to content

Commit

Permalink
Fix for issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-steele committed Aug 3, 2017
1 parent 354ebc3 commit 9d51573
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions templates/ppq.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
<div class="ppq-pinboard-container-inner">

{{#each _items}}
{{#if ../../desktopLayout}}
<div class="ppq-correct-zone {{#unless _developerMode}}display-none{{/unless}}" style="left:{{desktop.left}}%; top:{{desktop.top}}%; width:{{desktop.width}}%; height:{{desktop.height}}%;"></div>
{{else}}
<div class="ppq-correct-zone {{#unless _developerMode}}display-none{{/unless}}" style="left:{{mobile.left}}%; top:{{mobile.top}}%; width:{{mobile.width}}%; height:{{mobile.height}}%;"></div>
{{/if}}
<div class="ppq-correct-zone {{#unless ../_developerMode}}display-none{{/unless}}"></div>
{{/each}}

<div class="ppq-boundary">
Expand Down

0 comments on commit 9d51573

Please sign in to comment.