Commit 92f54efd2f2103d0a511e34e3f45ebb5f1541d64

Authored by adumas
1 parent 2b2ddd12

debug

src/main/resources/web/js/views/voip.js
... ... @@ -215,6 +215,7 @@ window.VoIPListView = Backbone.View.extend({
215 215 "click img" : "clicked",
216 216 "click input[name=exportVoIP]" : "ExportVoIP",
217 217 "click input[name=exportCAC]" : "ExportCAC",
  218 + "click input[name=exportBW]" : "ExportBW",
218 219 },
219 220 clicked:function(e){
220 221 if( $(e.currentTarget).attr("alt") == "update" ){
... ... @@ -288,7 +289,7 @@ window.VoIPListView = Backbone.View.extend({
288 289 });
289 290  
290 291 },
291   - ExportCAC:function(e){
  292 + ExportBW:function(e){
292 293 var self=this;
293 294 console.log("Export on "+self.model.idswitch);
294 295 $.ajax({
... ...