projects
/
project/panels.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d318edc
)
#917614 by jskulski: IPE broken in IE.
author
Earl Miles
Tue, 19 Oct 2010 18:51:03 +0000 (18:51 +0000)
committer
Earl Miles
Tue, 19 Oct 2010 18:51:03 +0000 (18:51 +0000)
CHANGELOG.txt
patch
|
blob
|
blame
|
history
panels_ipe/js/panels_ipe.js
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.txt
b/CHANGELOG.txt
index
8105378
..
ed313b9
100644
(file)
--- a/
CHANGELOG.txt
+++ b/
CHANGELOG.txt
@@
-25,6
+25,7
@@
Add two new Page Wizards to more easily create some of the most commonly used Pa
#806874 by ximo: Allow panes to specify "render first" as well as "render last".
#920266 by dereine: Typo in cache.inc caused wsods in rare circumstances.
#879482 by mvc: Ensure Panels and CTools module files are loaded during update. Apparently could cause WSOD if not.
+#917614 by jskulski: IPE broken in IE.
Panels 6.x-3.7 (2010-Jul-26)
==============
diff --git
a/panels_ipe/js/panels_ipe.js
b/panels_ipe/js/panels_ipe.js
index
fd1a5c6
..
7c6c97a
100644
(file)
--- a/
panels_ipe/js/panels_ipe.js
+++ b/
panels_ipe/js/panels_ipe.js
@@
-17,7
+17,7
@@
Drupal.PanelsIPE = {
}
return false;
});
- },
+ }
}
// A ready function should be sufficient for this, at least for now