Skip to content

Commit f41c9ba

Browse files
committed
fix text
1 parent da58627 commit f41c9ba

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

control/content/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="item clearfix row margi
1818
n-bottom-fifteen">
1919
<div class="labels col-md-3 padding-right-zero pull-left">
20-
<span>URL</span>
20+
<span>URL to your PDF</span>
2121
</div>
2222
<div class="main col-md-9 pull-right clearfix">
2323
<div class="col-md-9 pull-left padding-left-zero">
@@ -47,10 +47,7 @@
4747
<input id="checkboxid" type="checkbox" ng-checked="data.content.openInApp" ng-model="data.content.openInApp" ng-change="openMethodChanged()">
4848
<label for="checkboxid">Open URL in the app </label>
4949
</div>
50-
<br><br>
51-
<p class="info padding-zero">Note 1: For the best user experience, link to mobile optimized content. <br>(Disclaimer: Some websites will show mobile version of site only on mobile devices.)</p>
52-
<p class="info padding-zero">Note 2: If you are taking payments through this web page, you must open the the URL outside of the app or the app will get rejected by Apple in the submission review process.</p>
53-
<p class="info padding-zero">Hint: If you are taking payments, use your app or content DeepLink URL to redirect back to the app after a payment is made.</p>
50+
5451
</div>
5552
</div>
5653
</div>

widget/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>Success!</h2>
2727
d.style.display='';
2828
var a =document.getElementById("a");
2929
a.onclick = function () {
30-
buildfire.navigation.openWindow(content.url, "_system");
30+
buildfire.navigation.openWindow(content.url);
3131
return false;
3232
}
3333
}

0 commit comments

Comments
 (0)