mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
modified error statement
This commit is contained in:
parent
27973d3458
commit
7ff2e35af8
@ -1,15 +1,13 @@
|
||||
<html>
|
||||
|
||||
<script>
|
||||
var profileCore = parent.GetProfileCore();
|
||||
|
||||
var curProfileName = parent.GetProfileName();
|
||||
|
||||
function GoBack()
|
||||
{
|
||||
dump("************Inside GoBack\n");
|
||||
//dump("************Inside GoBack\n");
|
||||
// Load this xul to see the updated profile list
|
||||
this.location.replace("resource:/res/profile/profileManager.html");
|
||||
//dump("************Loading main page again **********\n");
|
||||
}
|
||||
|
||||
</script>
|
||||
@ -20,7 +18,7 @@ function GoBack()
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
Please select a profile first.
|
||||
Please select a valid profile first.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user