From 1f9531bea203e7c4706ec5607fcb3c3111436373 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 8 Nov 2010 20:39:40 -0500 Subject: delete to remove THe keyword delete is reserved in Javascript Using it breaks the WebUI on Chrome. This fixes replaces the word with delete. --- install/static/associate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/associate.js') diff --git a/install/static/associate.js b/install/static/associate.js index a25144ef..be9ee582 100644 --- a/install/static/associate.js +++ b/install/static/associate.js @@ -264,7 +264,7 @@ function ipa_association_widget(spec) { $('', { 'type': 'button', 'name': 'remove', - 'value': IPA.messages.button.delete + 'value': IPA.messages.button.remove }).appendTo(buttons); $('', { -- cgit