mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Merge pull request #823 from ImmRanneft/master
Little template fixes for sandbox
This commit is contained in:
commit
4660805291
@ -193,7 +193,7 @@
|
||||
placeholder += "[" + $context.parent().attr("data-dataType") + "] ";
|
||||
}
|
||||
if ($context.parent().attr("data-format") != "" && typeof $context.parent().attr("data-format") != "undefined") {
|
||||
placeholder += $context.parent().attr("data-dataType");
|
||||
placeholder += $context.parent().attr("data-format");
|
||||
}
|
||||
if ($context.parent().attr("data-description") != "" && typeof $context.parent().attr("data-description") != "undefined") {
|
||||
placeholder += $context.parent().attr("data-description");
|
||||
|
Loading…
x
Reference in New Issue
Block a user