antirek / virtual-pbx

Automatically exported from code.google.com/p/virtual-pbx
0 stars 1 forks source link

Multiple bugs with AJAX #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Removal of some elements through AJAX broken

hot fix, added `return true` to xmlhttpDel function like this

/opt/VirtualPBX/web/js/xvb.js:

function xmlhttpDel(obj,lang,data_id,parent_id) {
        return true;

Original issue reported on code.google.com by igor.oku...@gmail.com on 27 Nov 2010 at 7:43

GoogleCodeExporter commented 8 years ago
fixed in build 4224

Original comment by igor.oku...@gmail.com on 28 Nov 2010 at 4:20