Skip to content

Instantly share code, notes, and snippets.

@cmeisinger
Created May 6, 2013 00:26
Show Gist options
  • Save cmeisinger/5522708 to your computer and use it in GitHub Desktop.
Save cmeisinger/5522708 to your computer and use it in GitHub Desktop.
elsa.js dialog box text modification
--- elsa.js.orig 2013-05-05 19:04:51.000000000 -0500
+++ elsa.js 2013-05-05 19:05:33.000000000 -0500
@@ -5043,7 +5043,7 @@
};
var oConn = YAHOO.util.Connect.asyncRequest('POST', 'Query/preference', removeCallback,
'action=remove&id=' + p_oData.id);
- }, oData, 'Really delete dashboard?');
+ }, oData, 'Really delete Saved Search?');
}
var formatMenu = function(elLiner, oRecord, oColumn, oData){
@@ -6059,4 +6059,4 @@
}
}
-
\ No newline at end of file
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment