Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie0 committed Apr 28, 2017
1 parent 63ff344 commit ee3b0b7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/app/shell.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<a class="share email" href="https://insanityradio.com/contact/splash/" target="_blank"></a>
<a class="share twitter" href="https://twitter.com/insanityradio" target="_blank"></a>
<a class="share facebook" href="https://www.facebook.com/insanityradio" target="_blank"></a>
<a *ngIf="browser" class="share app" href="#play"><i class="fa fa-android" aria-hidden="true"></i></a>
<a *ngIf="browser" class="share app" href="#ios"><i class="fa fa-apple" aria-hidden="true"></i></a>
<a *ngIf="browser" class="share app" href="https://play.google.com/store/apps/details?id=com.insanityradio.insanityradio&amp;hl=en" target="_blank"><i class="fa fa-android" aria-hidden="true"></i></a>
<a *ngIf="browser" class="share app" href="https://itunes.apple.com/us/app/insanity-radio-103-2fm/id1038046379?mt=8" target="_blank"><i class="fa fa-apple" aria-hidden="true"></i></a>
<a></a>
</div>
</ons-toolbar>
Expand Down
2 changes: 0 additions & 2 deletions src/public/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta http-equiv="Content-Security-Policy" content="default-src * data:; style-src * 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval'; media-src *; connect-src ws://webapi.insanityradio.com wss://webapi.insanityradio.com">

<script src="https://npmcdn.com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>

<!-- The following EJS lines include the necessary CSS and JS
from Monaca (cordova.js/ loader.js) in production mode -->
<% for (var dep in htmlWebpackPlugin.options.externalJS) { %>
Expand Down
2 changes: 1 addition & 1 deletion www/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta http-equiv="Content-Security-Policy" content="default-src * data:; style-src * 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval'; media-src *; connect-src ws://webapi.insanityradio.com wss://webapi.insanityradio.com">

<script src="https://npmcdn.com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>

<!-- The following EJS lines include the necessary CSS and JS
from Monaca (cordova.js/ loader.js) in production mode -->

Expand Down

0 comments on commit ee3b0b7

Please sign in to comment.