mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
fixed tags in kb
This commit is contained in:
@@ -108,6 +108,7 @@ EditableText = function(args) {
|
||||
this.set_display(me.text);
|
||||
|
||||
if(me.height) me.$w.find('.ed-text-input').css('height', me.height);
|
||||
if(me.width) me.$w.find('.ed-text-input').css('width', me.width);
|
||||
|
||||
// edit
|
||||
me.$w.find('.ed-text-edit').click(function() {
|
||||
|
||||
Reference in New Issue
Block a user