Parent Directory
|
Revision Log
|
Revision Graph
|
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(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |