issue 2877, fixed a bug. does not edit image gallery.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12629 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2013-01-31 02:33:06 +00:00
parent 174255a2fb
commit 5a6a25dd50
5 changed files with 11 additions and 12 deletions

View file

@ -11,7 +11,7 @@ function getSlideShow() {
if($node.is('img')) {
selected_node = node;
width = $(node).width() - 4;
width = $node.width();
style = $node.attr('gallery_style');
align = $node.attr('gallery_align') || 'center';
border_color = $node.attr('border_color');