Commit eb27f6a6 authored by Gabriel Monnerat's avatar Gabriel Monnerat

remove not used code

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42979 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2e770d77
......@@ -129,16 +129,6 @@ function Delete(data, callback){\n
hiConfirm("Are You Sure to Delete this Event", \'Confirm\', function(r){ r && callback(0);});\n
}\n
\n
function wtd(p){\n
if (p && p.datestrshow) {\n
$("#display-datetime").text(p.datestrshow);\n
}\n
$("#caltoolbar div.fcurrent").each(function() {\n
$(this).removeClass("fcurrent");\n
})\n
$("#showdaybtn").addClass("fcurrent");\n
}\n
\n
function createFieldToInsertOnDialog(){\n
return "<th class=\'cb-key\'>Event Type</th>" + \n
"<td class=\'cb-value\'><select name=\'portal_type\'>" +\n
......@@ -170,7 +160,6 @@ $(document).ready(function() { \n
DeleteCmdhandler:Delete,\n
weekstartday: 0,\n
ViewCmdhandler:View,\n
onWeekOrMonthToDay:wtd,\n
onBeforeRequestData: callBeforeRequest,\n
onAfterRequestData: callAfterRequest,\n
onRequestDataError: callOnError,\n
......
220
\ No newline at end of file
221
\ 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