Move the file picker in common

This commit is contained in:
yflory
2017-07-20 18:32:03 +02:00
parent 09793e0d7d
commit a80b00a765
5 changed files with 128 additions and 114 deletions

View File

@@ -164,7 +164,6 @@ define([
var $mts = $content.find('media-tag:not(:has(*))');
$mts.each(function (i, el) {
MediaTag(el);
console.log(el.outerHTML);
var observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === 'childList') {