This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
chore: return empty string
version-14
Himanshu Warekar
5 years ago
parent
b4fcadca2f
commit
254ce39cc5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/public/js/frappe/ui/toolbar/tag_utils.js
+ 1
- 1
frappe/public/js/frappe/ui/toolbar/tag_utils.js
View File
@@ -51,7 +51,7 @@ frappe.tags.utils = {
function make_description(content) {
if (!content) {
return;
return
""
;
}
var field_length = 110;
var field_value = null;
Write
Preview
Loading…
Cancel
Save