Update comments to rename Local Server => Enterprise.

(imported from commit 82bf89aa1148a78ce11ead203a0bc16243d1fca8)
This commit is contained in:
Tim Abbott
2013-11-12 12:20:32 -05:00
parent 966fde261a
commit 3dadb5b76a
7 changed files with 12 additions and 15 deletions

View File

@@ -161,10 +161,11 @@ function report_error(msg, stack, opts) {
});
if (page_params.staging) {
// Save the stacktrace so it can be examined even on local servers.
// (N.B. This assumes you have set DEBUG = False on your local
// server, or else this code path won't execute to begin with --
// useful for testing (un)minification.)
// Save the stacktrace so it can be examined even in
// development servers. (N.B. This assumes you have set DEBUG
// = False on your development server, or else this code path
// won't execute to begin with -- useful for testing
// (un)minification.)
window.last_stacktrace = stack;
}
}