diff options
Diffstat (limited to 'apps/calendar/js/calendar_dialog.js')
-rwxr-xr-x | apps/calendar/js/calendar_dialog.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/calendar/js/calendar_dialog.js b/apps/calendar/js/calendar_dialog.js index fa89c70e847..785cdde44d6 100755 --- a/apps/calendar/js/calendar_dialog.js +++ b/apps/calendar/js/calendar_dialog.js @@ -6,7 +6,7 @@ * email: ownclouddev at georgswebsite dot de * * homepage: ownclouddev.georgswebsite.de * * manual: ownclouddev.georgswebsite.de/manual * - * License: GNU General Public License (GPL) * + * License: GNU AFFERO GENERAL PUBLIC LICENSE * * * * <http://www.gnu.org/licenses/> * * If you are not able to view the License, * @@ -25,32 +25,32 @@ * newevent_dialog_submit - submit * * editevent_dialog_submit - submit * *************************************************/ -function choosecalendar_dialog() { +function oc_cal_choosecalendar_dialog() { $( function() { $( "#choosecalendar_dialog" ).dialog(); }); } -function newevent_dialog() { +function oc_cal_newevent_dialog() { $( function() { $( "#newevent" ).dialog(); }); } -function editevent_dialog() { +function oc_cal_editevent_dialog() { $( function() { $( "#editevent" ).dialog(); }); } -function choosecalendar_dialog_submit() { +function oc_cal_choosecalendar_dialog_submit() { } -function newevent_dialog_submit() { +function oc_cal_newevent_dialog_submit() { } -function editevent_dialog_submit() { +function oc_cal_editevent_dialog_submit() { }
\ No newline at end of file |