Comment 9 for bug 1549806

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

Reviewed: https://review.opencontrail.org/17902
Committed: http://github.org/Juniper/contrail-web-controller/commit/3d7891a2a654c1af0a9c31b3e243224c38896d9e
Submitter: Zuul
Branch: master

commit 3d7891a2a654c1af0a9c31b3e243224c38896d9e
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