src/pyams_content/skin/resources/js/pyams_content.js
changeset 535 d01efcb4d332
parent 527 5dd1aa8bedd9
child 563 0d2e0946ed64
--- a/src/pyams_content/skin/resources/js/pyams_content.js	Fri Apr 13 12:23:58 2018 +0200
+++ b/src/pyams_content/skin/resources/js/pyams_content.js	Fri Apr 13 14:33:15 2018 +0200
@@ -229,20 +229,6 @@
 		},
 
 		/**
-		 * Illustrations management
-		 */
-		illustration: {
-
-			addIllustration: function() {
-				var source = $(this);
-				var group = source.parents('.btn-group');
-				var legend = group.siblings('legend.switcher');
-				$('i.fa-plus', legend).click();
-				source.hide();
-			}
-		},
-
-		/**
 		 * Paragraphs management
 		 */
 		paragraphs: {