thomascube
2006-04-13 bc8dc6573eac40065b115b36c5bcf7f5a0ff8cba
Fixed parent.location problem for compose-links


1 files modified
5 ■■■■ changed files
program/js/app.js 5 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -842,7 +842,10 @@
        this.set_busy(true);
        // need parent in case we are coming from the contact frame
        parent.window.location.href = url;
        if (this.env.framed)
          parent.location.href = url;
        else
          location.href = url;
        break;    
      case 'send':