Changed name from inline to unified

This commit is contained in:
Kim "BKC" Carlbäcker
2016-01-05 19:21:50 +01:00
parent 4e6d048ba1
commit 8fe5d887ae
8 changed files with 13 additions and 33 deletions
-4
View File
@@ -81,10 +81,6 @@
prev.children().eq(2).html($(this).children().eq(2).html());
prev.children().eq(3).addClass('add-code');
prev.children().eq(2).addClass('add-code');
// prev.children().eq(2).attr('style', 'background-color: #eaffea !important');
// prev.children().eq(2).children().eq(0).attr('style', 'background-color: #eaffea !important');
// prev.children().eq(3).attr('style', 'background-color: #eaffea !important');
// prev.children().eq(3).children().eq(0).attr('style', 'background-color: #eaffea !important');
$(this).remove();
}
});