mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-15 09:46:06 +01:00
This is not needed.
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
addField: function (event, element) {
|
||||
element = $(event.target);
|
||||
var div = $('<div class="form-row" />').html(this.layout());
|
||||
var div = $('<div />').html(this.layout());
|
||||
div.insertAfter(element.parent('div'));
|
||||
},
|
||||
remField: function (event, element) {
|
||||
|
||||
Reference in New Issue
Block a user