Skip to content

Commit

Permalink
minor style change
Browse files Browse the repository at this point in the history
  • Loading branch information
supahgreg committed Mar 16, 2011
1 parent bfd5ff9 commit dca2952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/components/scriptish.js
Expand Up @@ -214,7 +214,7 @@ ScriptishService.prototype = {
if (!Scriptish.config.isBlocked(cl))
tools.Scriptish_installUri(cl, ctx.contentWindow);
else
timeout(function() Scriptish_alert("This script is blocked.")); // TODO: l10n
timeout(function() Scriptish_alert("This script is blocked.")); // TODO: l10n
ret = CP.REJECT_REQUEST;
}

Expand Down

0 comments on commit dca2952

Please sign in to comment.