Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
fb64880c
Commit
fb64880c
authored
Sep 05, 2008
by
guy.pyrzak%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 452926 - In <field.js>, "Warning: assignment to undeclared variable bz_alias_check_array"
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
parent
a8283054
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
field.js
js/field.js
+1
-1
No files found.
js/field.js
View file @
fb64880c
...
...
@@ -213,7 +213,7 @@ function hideAliasAndSummary(short_desc_value, alias_value) {
hideEditableField
(
'summary_alias_container'
,
'summary_alias_input'
,
'editme_action'
,
'short_desc'
,
short_desc_value
);
// check that the alias hasn't changed
bz_alias_check_array
=
new
Array
(
'summary_alias_container'
,
var
bz_alias_check_array
=
new
Array
(
'summary_alias_container'
,
'summary_alias_input'
,
'alias'
,
alias_value
);
YAHOO
.
util
.
Event
.
addListener
(
window
,
'load'
,
checkForChangedFieldValues
,
bz_alias_check_array
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment