aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuhao10 <yuhao10@huawei.com>2016-10-31 14:52:20 +0800
committeryuhao10 <yuhao10@huawei.com>2016-10-31 14:52:20 +0800
commit81c3fd964071c0d1d4804ca07dbc2cc09c5b6b16 (patch)
tree915a507a597239fa1bbe6ba6fe721f2bf4e459f4
parent65e82f6a552ee2795ee3bc5975ec7a0e2b0558c8 (diff)
fix bug in controller.html
remove useless function which is already removed in controller.js. SDNO-805 Change-Id: I3de4609c4bf8d7c7679f07e228f6b975b33e1ef9 Signed-off-by: yuhao10 <yuhao10@huawei.com>
-rw-r--r--openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html1
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) {