Changeset 789286
- Timestamp:
- 10/17/2013 01:50:55 PM (12 years ago)
- File:
-
- 1 edited
-
polizeipresse/trunk/js/admin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
polizeipresse/trunk/js/admin.js
r788218 r789286 118 118 */ 119 119 function polizeipresse_admin_open_search_dialog(office_index) { 120 120 121 api_key = jQuery('#api_key').val(); 121 122 if (api_key) { 123 122 124 // Init apply button in search dialog 125 jQuery("#applySearchOfficeDialog").unbind('click'); 123 126 jQuery("#applySearchOfficeDialog").click(function() { 124 127 polizeipresse_admin_apply_selected_office(office_index); 125 128 jQuery("#searchOfficeDialog").dialog("close"); 129 return false; 126 130 }); 127 131
Note: See TracChangeset
for help on using the changeset viewer.