Skip to content

Commit a69de6b

Browse files
committed
commit
1 parent c433ccd commit a69de6b

7 files changed

Lines changed: 17 additions & 18 deletions

File tree

app/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- build:css(.) styles/vendor.css -->
1313
<!-- bower:css -->
1414
<link rel="stylesheet" href="bower_components/materialize/bin/materialize.css" />
15-
<link rel="stylesheet" href="bower_components/embed-js/src/jquery.emoticons.css" />
15+
<link rel="stylesheet" href="bower_components/embed-js/src/jquery.embed.css" />
1616
<!-- endbower -->
1717
<!-- endbuild -->
1818
<!-- build:css(.tmp) styles/main.css -->
@@ -81,7 +81,7 @@ <h5 class="title">Features</h5>
8181
<h5 class="title">Documentation</h5>
8282
<pre><code>
8383

84-
$('#element').embed({
84+
$('#element').embedJS({
8585
//Instructs the library whether or not to embed urls
8686
link : true,
8787
//same as the target attribute in html anchor tag . supports all html supported target values.
@@ -383,7 +383,7 @@ <h5 class="title">Examples</h5>
383383
<!-- bower:js -->
384384
<script src="bower_components/jquery/dist/jquery.js"></script>
385385
<script src="bower_components/materialize/bin/materialize.js"></script>
386-
<script src="bower_components/embed-js/src/jquery.emoticons.js"></script>
386+
<script src="bower_components/embed-js/src/jquery.embed.js"></script>
387387
<!-- endbower -->
388388
<!-- endbuild -->
389389

dist/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/github.min.css"/>
1111
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
12-
<link rel="stylesheet" href="styles/3bd4589c.vendor.css">
12+
<link rel="stylesheet" href="styles/474d46ed.vendor.css">
1313
<link rel="stylesheet" href="styles/1bf1dad8.main.css">
1414
</head>
1515
<body>
@@ -74,7 +74,7 @@ <h5 class="title">Features</h5>
7474
<h5 class="title">Documentation</h5>
7575
<pre><code>
7676

77-
$('#element').embed({
77+
$('#element').embedJS({
7878
//Instructs the library whether or not to embed urls
7979
link : true,
8080
//same as the target attribute in html anchor tag . supports all html supported target values.
@@ -372,7 +372,7 @@ <h5 class="title">Examples</h5>
372372
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
373373

374374

375-
<script src="scripts/35e10b9b.vendor.js"></script>
375+
<script src="scripts/c107555c.vendor.js"></script>
376376

377377
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
378378
<script>
@@ -384,7 +384,7 @@ <h5 class="title">Examples</h5>
384384
ga('create','UA-60624235-2');ga('send','pageview');
385385
</script>
386386

387-
<script src="scripts/b31d3611.main.js"></script>
387+
<script src="scripts/189b0e24.main.js"></script>
388388

389389
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
390390
</body>

dist/scripts/189b0e24.main.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/scripts/35e10b9b.vendor.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

dist/scripts/b31d3611.main.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/scripts/c107555c.vendor.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)