diff options
author | yuhao10 <yuhao10@huawei.com> | 2016-10-31 14:52:20 +0800 |
---|---|---|
committer | yuhao10 <yuhao10@huawei.com> | 2016-10-31 14:52:20 +0800 |
commit | 81c3fd964071c0d1d4804ca07dbc2cc09c5b6b16 (patch) | |
tree | 915a507a597239fa1bbe6ba6fe721f2bf4e459f4 /openo-portal/portal-extsys | |
parent | 65e82f6a552ee2795ee3bc5975ec7a0e2b0558c8 (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>
Diffstat (limited to 'openo-portal/portal-extsys')
-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) {
|