Skip to content

Commit

Permalink
Merge pull request #11 from adyNabeelMadain/master
Browse files Browse the repository at this point in the history
Add note to use https
  • Loading branch information
DanielHindi authored Dec 8, 2016
2 parents a9fc1fa + 504c98c commit 39a93f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
<div class="main col-md-9 pull-right clearfix">
<div class="col-md-9 pull-left padding-left-zero">
<input id="url" name="opentableId" placeholder="http://www.opentable.com/restaurant" type="text" class="form-control" ng-model="data.content.opentableId" required pattern="(http:\/\/|https:\/\/)?(?:www\.)?(opentable)\.com\/.+">
<input id="url" name="opentableId" placeholder="https://www.opentable.com/restaurant" type="text" class="form-control" ng-model="data.content.opentableId" required pattern="(http:\/\/|https:\/\/)?(?:www\.)?(opentable)\.com\/.+">
</div>
<div class="col-md-3 pull-right padding-zero">
<button class="btn btn-success stretch" ng-click="validateUrl()">
Expand All @@ -37,7 +37,7 @@
<div class="item clearfix row">
<div class="col-md-9 pull-right">
<p class="info padding-zero">Note 1: For the best user experience, link to mobile optimized content.</p>
<p class="info padding-zero">Note 2: It is best to use secure websites (<strong>Https</strong>) some operating systems require it.</p>
<p class="info padding-zero">Note 2: It is best to use secure websites (<strong>https</strong>) some operating systems require it.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 39a93f8

Please sign in to comment.