/[drupal]/contributions/modules/imce/js/imce_set_inline.js
ViewVC logotype

Diff of /contributions/modules/imce/js/imce_set_inline.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3.2.4, Fri Feb 20 21:17:58 2009 UTC revision 1.3.2.5, Mon Sep 21 14:26:39 2009 UTC
# Line 9  imceInline.initiate = function() { Line 9  imceInline.initiate = function() {
9      imceInline.activeType = this.name.substr(i+6);      imceInline.activeType = this.name.substr(i+6);
10    
11      if (typeof imceInline.pop == 'undefined' || imceInline.pop.closed) {      if (typeof imceInline.pop == 'undefined' || imceInline.pop.closed) {
12        imceInline.pop = window.open(this.href + (this.href.indexOf('?') < 0 ? '?' : '&') +'app=nomatter|onload@imceInlineImceLoad', '', 'width='+ 760 +',height='+ 560 +',resizable=1');        imceInline.pop = window.open(this.href + (this.href.indexOf('?') < 0 ? '?' : '&') +'app=nomatter|imceload@imceInlineImceLoad', '', 'width='+ 760 +',height='+ 560 +',resizable=1');
13      }      }
14    
15      imceInline.pop.focus();      imceInline.pop.focus();

Legend:
Removed from v.1.3.2.4  
changed lines
  Added in v.1.3.2.5

  ViewVC Help
Powered by ViewVC 1.1.2