Restore the lost changes to the JS and template for drag and drop sorting in IE7.
This commit is contained in:
parent
27bccfbc99
commit
6a492be55a
3 changed files with 14 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
- fixed #11814: upgrade script removes cache too aggresively (Ernesto Hernández-Novich)
|
||||
- fixed #11827: CS rich edit bug
|
||||
- fixed #11825: Questionable attachmentsJson in AssetReport template
|
||||
- fixed #11796: Gallery Drag & Drop broken in IE 7 (again)
|
||||
|
||||
7.9.13
|
||||
- fixed #11783: Instances deleted during realtime run
|
||||
|
|
|
|||
|
|
@ -11,4 +11,17 @@ templates, you will need to apply these changes manually to your copies.
|
|||
toggle.url => toggle_url
|
||||
toggle.text => toggle_text
|
||||
|
||||
7.9.14
|
||||
|
||||
* Asset Report Template - asset-report/asset-report-default-template
|
||||
Remove the empty template attachment
|
||||
|
||||
* Gallery Album Edit Template
|
||||
Update the inline javascript in the script tag to make drag & drop sorting work in IE7
|
||||
|
||||
if (typeof Gallery == "undefined") {
|
||||
Gallery = {};
|
||||
Gallery.DDSorting = {};
|
||||
}
|
||||
Gallery.DDSorting.url = '<tmpl_var url escape="js">';
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue