diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2016-10-31 06:58:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-10-31 06:58:16 +0000 |
commit | bb5cdc032027968be4e92c5504b18d8d6afa4c6f (patch) | |
tree | 002a8c1724bfd83a8dffecb664f16e5fa9f31894 | |
parent | c20be4700823e4b95a68e74a04867b008efb9ae1 (diff) | |
parent | 81c3fd964071c0d1d4804ca07dbc2cc09c5b6b16 (diff) |
Merge "fix bug in controller.html remove useless function which is already removed in controller.js. SDNO-805"
-rw-r--r-- | openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html b/openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html index 40fe578f..62bc2d9a 100644 --- a/openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html +++ b/openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html @@ -32,7 +32,6 @@ <script type="text/javascript" src="js/bootstrap-table-filter-control.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
- setUrlFromFile();
loadControllerData();
});
function operateFormatter(value, row, index) {
|