diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index dab5781..3fc0bdd 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,13 +1,10 @@
-
+
-
-
-
-
-
+
+
@@ -40,11 +37,31 @@
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -60,31 +77,51 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -147,17 +184,17 @@
-
-
-
-
+
+
+
+
@@ -251,6 +288,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -438,35 +521,7 @@
-
-
-
- 1438339764867
-
-
-
- 1438339764868
-
-
- 1438340241019
-
-
-
- 1438340241019
-
-
- 1438340434781
-
-
-
- 1438340434781
-
-
- 1438342430087
-
-
-
- 1438342430087
+
1438342559722
@@ -783,11 +838,39 @@
1467711568699
-
+
+ 1467713382025
+
+
+
+ 1467713382025
+
+
+ 1467713684023
+
+
+
+ 1467713684023
+
+
+ 1467713796760
+
+
+
+ 1467713796760
+
+
+ 1467713918477
+
+
+
+ 1467713918477
+
+
-
+
@@ -797,23 +880,23 @@
-
+
+
+
-
-
@@ -870,7 +953,10 @@
-
+
+
+
+
@@ -879,13 +965,6 @@
-
-
-
-
-
-
-
@@ -999,13 +1078,6 @@
-
-
-
-
-
-
-
@@ -1070,20 +1142,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1105,13 +1163,6 @@
-
-
-
-
-
-
-
@@ -1126,24 +1177,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -1151,6 +1189,7 @@
+
@@ -1158,13 +1197,7 @@
-
-
-
-
-
-
-
+
@@ -1175,14 +1208,6 @@
-
-
-
-
-
-
-
-
@@ -1193,8 +1218,8 @@
-
-
+
+
@@ -1207,14 +1232,6 @@
-
-
-
-
-
-
-
-
@@ -1223,5 +1240,85 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/fix_images.js b/plugins/fix_images.js
index 646821c..08910cb 100644
--- a/plugins/fix_images.js
+++ b/plugins/fix_images.js
@@ -1,7 +1,8 @@
module.exports = function (item, itemOptions, source) {
- if ((typeof itemOptions.descriptions !== 'undefined') && (itemOptions.description !== null)) {
+ if ((typeof itemOptions.description !== 'undefined') && (itemOptions.description !== null)) {
var match = itemOptions.description.replace(/\ssrc=/gi, ' src="assets/fm.png" data-src=');
itemOptions.description = match;
+ console.log(match);
}
return itemOptions;
};
diff --git a/plugins/fix_scripts.js b/plugins/fix_scripts.js
index d97a00d..6847720 100644
--- a/plugins/fix_scripts.js
+++ b/plugins/fix_scripts.js
@@ -1,5 +1,5 @@
module.exports = function (item, itemOptions, source) {
- if ((typeof itemOptions.descriptions !== 'undefined') && (itemOptions.description !== null)) {
+ if ((typeof itemOptions.description !== 'undefined') && (itemOptions.description !== null)) {
var match = itemOptions.description.replace(
/