Commit 8f53590e authored by Rafael Monnerat's avatar Rafael Monnerat

Fix copy/paste mistake (Remove hardcore path)

parent 50755fec
......@@ -40,8 +40,8 @@
<html xmlns="http://www.w3.org/1999/xhtml">\n
<head>\n
<link rel="stylesheet" type="text/css" href="boom.css">\n
<script type="text/javascript" src="https://www.tiolive.com/xavierhardy1/portal_skins/erp5_jquery/jquery/core/jquery.js"></script>\n
<script type="text/javascript" src="https://www.tiolive.com/xavierhardy1/portal_skins/erp5_jquery/jquery/ui/js/jquery-ui.js"></script>\n
<script type="text/javascript" src="jquery/core/jquery.js"></script>\n
<script type="text/javascript" src="jquery/ui/js/jquery-ui.js"></script>\n
<script type="text/javascript" src="book_converter.js"></script>\n
<script type="text/javascript" src="chapter_converter.js"></script>\n
<script type="text/javascript">\n
......
......@@ -39,9 +39,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n
<html xmlns="http://www.w3.org/1999/xhtml">\n
<head>\n
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n
<link rel="stylesheet" type="text/css" href="boom.css">\n
<script type="text/javascript" src="https://www.tiolive.com/xavierhardy1/portal_skins/erp5_jquery/jquery/core/jquery.js"></script>\n
<script type="text/javascript" src="https://www.tiolive.com/xavierhardy1/portal_skins/erp5_jquery/jquery/ui/js/jquery-ui.js"></script>\n
<script type="text/javascript" src="jquery/core/jquery.js"></script>\n
<script type="text/javascript" src="jquery/ui/js/jquery-ui.js"></script>\n
<script type="text/javascript" src="chapter_converter.js"></script>\n
<script type="text/javascript">\n
$(document).ready(function(){\n
......@@ -52,7 +53,6 @@
convertChapter(\'getTextContent\', $(\'body\'), true, true, 1, 1);\n
});\n
</script>\n
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\n
<title>View as Chapter</title>\n
</head>\n
<body>\n
......
5
\ No newline at end of file
6
\ 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