Skip to content

Commit add7f16

Browse files
committed
using lastest jquery, using tabs vs spaces on latest pull request code
1 parent 2674084 commit add7f16

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
</table>
258258
</div>
259259

260-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
260+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
261261
<script type="text/javascript" src="jquery.tablescroll.js"></script>
262262

263263
<script>

Diff for: jquery.tablescroll.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ OTHER DEALINGS IN THE SOFTWARE.
5151
if (options == 'undo')
5252
{
5353
var container = $(this).parent().parent();
54-
if (container.hasClass('tablescroll_wrapper'))
55-
{
56-
container.find('.tablescroll_head thead').prependTo(this);
57-
container.find('.tablescroll_foot tfoot').appendTo(this);
58-
container.before(this);
59-
container.empty();
60-
}
54+
if (container.hasClass('tablescroll_wrapper'))
55+
{
56+
container.find('.tablescroll_head thead').prependTo(this);
57+
container.find('.tablescroll_foot tfoot').appendTo(this);
58+
container.before(this);
59+
container.empty();
60+
}
6161
return;
6262
}
6363

0 commit comments

Comments
 (0)