Comment 10 for bug 1549806

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/17912
Committed: http://github.org/Juniper/contrail-web-controller/commit/4fd800877d585099662729db1cb4f630eabd21c4
Submitter: Zuul
Branch: R3.0

commit 4fd800877d585099662729db1cb4f630eabd21c4
Author: balamurugang <email address hidden>
Date: Fri Feb 26 16:19:23 2016 +0530

Edit window is sometimes empty - Fixed

Issue:
The function was declear as a globle scope.
When a function is decleared without a var, it is considered as global scope.
because of that the function from one page is overwriting the function in
another page.

Fix:
Made the function with the declaration as var,
so that it will be turning to a local function and wont overwright the current
page function.

Closes-Bug: #1549806

Please enter the commit message for your changes. Lines starting

Change-Id: I8f5e452ab6eb93848ac5135855e23d0839e1f7b2