X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=nemo-ui%2Fsrc%2Fmain%2Fresources%2Fnemo%2Fjs%2FintentTopo.js;fp=nemo-ui%2Fsrc%2Fmain%2Fresources%2Fnemo%2Fjs%2FintentTopo.js;h=0e487c42e0fe8301535f9f4beafc5bc19582cab2;hb=f803cad7b98c6a60c9e4b63f1971d2e907fbf7fd;hp=936fe04146275a5c7b00e600d27742d5ec69a808;hpb=d358a63403a60525569fc30cdafb78cbd8eb5598;p=nemo.git diff --git a/nemo-ui/src/main/resources/nemo/js/intentTopo.js b/nemo-ui/src/main/resources/nemo/js/intentTopo.js index 936fe04..0e487c4 100644 --- a/nemo-ui/src/main/resources/nemo/js/intentTopo.js +++ b/nemo-ui/src/main/resources/nemo/js/intentTopo.js @@ -14,7 +14,8 @@ function getIntentInfos(){ }, error: function(data) { console.log(data); - alert('Get IntentInfo Error!'); + console.log('Get IntentInfo Error!'); + // alert('Get IntentInfo Error!'); } }); return userData; @@ -1217,21 +1218,3 @@ getIntentInfos(); console.log(opNemo); } } - - jQuery(function($){ - // var user_data = userinfo['users']['user'][0]; - // // console.log(JSON.stringify(user_data)); - // analyjson_topo(user_data); - // parseNemoLan(user_data); - // //set keyWords style - // $("#nemo_str_show p").each(function(){ - // var $res=$(this); - // keyWords.forEach(function(item,index,array){ - // // console.log(item); - // $res.html($res.html().replace(item,""+item+"")); - // }); - // // console.log($res.html()); - // }); - - }); - \ No newline at end of file