There was an error while loading. Please reload this page.
1 parent 9cc17cd commit c433ccdCopy full SHA for c433ccd
2 files changed
app/scripts/main.js
@@ -1,12 +1,12 @@
1
-$('.element').emoticons();
+$('.element').embedJS();
2
3
-$('.element2').emoticons({
4
- ytAuthKey:'AIzaSyCqFouT8h5DKAbxlrTZmjXEmNBjC69f0ts'
+$('.element2').embedJS({
+ gdevAuthKey:'AIzaSyCqFouT8h5DKAbxlrTZmjXEmNBjC69f0ts'
5
});
6
7
-$('.element3').emoticons();
+$('.element3').embedJS();
8
9
-$('.element5').emoticons({
+$('.element5').embedJS({
10
audioEmbed:true
11
12
hljs.initHighlightingOnLoad();
bower.json
@@ -4,6 +4,6 @@
"dependencies": {
"jquery": "~1.11.1",
"materialize": "~0.95.3",
- "embed-js": "canary"
+ "embed-js": "~2.0.0"
}
0 commit comments