Restore the lost changes to the JS and template for drag and drop sorting in IE7.
This commit is contained in:
parent
e5c2f13e49
commit
46c548dd21
3 changed files with 18 additions and 0 deletions
17
docs/templates.txt
Normal file
17
docs/templates.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
This is a running list of template changes made during upgrades. If you have copied the default
|
||||
templates, you will need to apply these changes manually to your copies.
|
||||
|
||||
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">';
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue