User:DodoMan/blockanddiscuss.js: Difference between revisions
From Test Wiki
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
.end() |
.end() |
||
.find('.oo-ui-fieldLayout-field') |
.find('.oo-ui-fieldLayout-field') |
||
.replaceWith($('<textarea id="' + textId + '" rows="10">{{ |
.replaceWith($('<textarea id="' + textId + '" rows="10">{{Blocked user}}~~' + '~~</textarea>')) |
||
.end() |
.end() |
||
.appendTo($watchBlock.parent()) |
.appendTo($watchBlock.parent()) |
||