mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
1
html/phpmyad/js/rte/events.js
Normal file
1
html/phpmyad/js/rte/events.js
Normal file
@ -0,0 +1 @@
|
||||
RTE.validateCustom=function(){var a=null;a=$("select[name=item_type]").find(":selected").val()==="RECURRING"?$("input[name=item_interval_value]"):$("input[name=item_execute_at]");if(a.val()===""){a.focus();alert(PMA_messages.strFormEmpty);return false}return true};$(document).ready(function(){$("select[name=item_type]").live("change",function(){$("tr.recurring_event_row, tr.onetime_event_row").toggle()})});
|
Reference in New Issue
Block a user