Created
May 6, 2013 00:26
-
-
Save cmeisinger/5522708 to your computer and use it in GitHub Desktop.
elsa.js dialog box text modification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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