Commit d973d1c0 authored by Gabriel Monnerat's avatar Gabriel Monnerat

implemented to reload the page when the logo is selected

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42993 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d896a144
......@@ -176,6 +176,7 @@ div.header-left fieldset.widget div.field {\n
img[alt="calendar_logo_box"] {\n
position: relative;\n
top: 7px;\n
cursor: pointer;\n
}\n
\n
div.header-left {\n
......
......@@ -334,6 +334,9 @@ $(document).ready(function() { \n
tableList.push("</tbody></table></div>");\n
$("div#gridcontainer").append(tableList.join(""));\n
});\n
$("img[alt=\'calendar_logo_box\']").click(function(){\n
window.location.reload();\n
});\n
});\n
\n
window.onload = function(){\n
......
223
\ No newline at end of file
224
\ 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