Commit 582db080 authored by Gabriel Monnerat's avatar Gabriel Monnerat

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41700 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c499bda3
......@@ -189,7 +189,7 @@ $(document).ready(function(){\n
},\n
});\n
});\n
if ($("a[name=\'document_state\']").text() == "draft") {\n
if ($("a[name=\'document_state\']").text() == "Draft") {\n
$("div.action_menu li ul").append("<li><a id=\'share_document\' href=\'#\'>" + \n
"<h6>Share this Document</h6></a></li>");\n
$("div.action_menu li ul").css("height", 101);\n
......
141
\ No newline at end of file
142
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment