Changeset 32375f98e184ef9eabc5e0b78f40d26bc051b880
- Timestamp:
- 01/11/10 14:11:04 (2 years ago)
- Author:
- mb0 <mb0@…>
- Parents:
- 0e5cd19d67b580bf7ab9d015c3aa2811de83bf5c
- git-committer:
- mb0 <mb0@…> (01/11/10 14:11:04)
- Message:
-
#198 fixed: Flex DesignView? Import does not work.
thx franz_see
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r8a0050b
|
r32375f9
|
|
| 172 | 172 | if (doc != null) { |
| 173 | 173 | String input = doc.get(); |
| 174 | | String command = "importInput('"+input+"');"; |
| | 174 | String command = "importInput('"+input.replaceAll("\n|\r", "")+"');"; |
| 175 | 175 | browser.execute(command); |
| 176 | 176 | } |