diff options
author | yuhao10 <yuhao10@huawei.com> | 2016-10-31 14:52:20 +0800 |
---|---|---|
committer | Cang Chen <cang.chen@huawei.com> | 2016-10-31 07:47:35 +0000 |
commit | 6aaf002db9a44841b3601e204be853d88a7ebb30 (patch) | |
tree | b7b1323391320535c6c741f9496aa4e68e9b165e /openo-portal/portal-extsys | |
parent | b655fe9896e5198ae3d065e5a03fb43422a6b7b2 (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>
(cherry picked from commit 81c3fd964071c0d1d4804ca07dbc2cc09c5b6b16)
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) {
|