Feature #306 - The online editor: Making a new correctly compressed version (a javascript) of the plugin "dragresizetible".

skala
Ivan Tcholakov 16 years ago
parent 455d35ccef
commit b41a70415a
  1. 2
      main/inc/lib/fckeditor/editor/plugins/dragresizetable/fckplugin.js
  2. 2
      main/inc/lib/fckeditor/editor/plugins/dragresizetable/fckplugin_compressed.js

@ -149,7 +149,7 @@
var width = FCKDragTableHandler._GetCellWidth( table, cell ) ;
var colSpan = isNaN( cell.colSpan) ? 1 : cell.colSpan ;
if ( colArray.length <= j )
colArray.push( { width : width / colSpan, colSpan : colSpan } ) ;
colArray.push( { 'width' : width / colSpan, 'colSpan' : colSpan } ) ;
else
{
var guessItem = colArray[j] ;

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save