Commit fe6b5aba authored by Ivan Tyagov's avatar Ivan Tyagov

Remove new line char.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40539 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eff79833
......@@ -12,7 +12,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts87651539.15</string> </value>
<value> <string>ts90516068.0</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -45,7 +45,7 @@ function createCustomKnowledgePadOnServer(){\n
}\n
\n
function showCreateDefaultKnowledgePadWarningMessage(){\n
user_choice = confirm("In order to complete operation you must have your own tab on server instead of the default one which you are currently using and which you can not change.\\nIs it OK to create new one for you now?");\n
user_choice = confirm("In order to complete operation you must have your own tab on server instead of the default one which you are currently using and which you can not change.Is it OK to create new one for you now?");\n
if (user_choice==true){\n
createCustomKnowledgePadOnServer();\n
}\n
......@@ -406,7 +406,7 @@ MochiKit.DOM.addLoadEvent(initialize);\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>15083</int> </value>
<value> <int>15081</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
614
\ No newline at end of file
615
\ 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