﻿/************************************************************
*
*  TL Site.js
*
*  Site global JS
*
************************************************************/

// called from Master.js window_load(e)
function Site_Window_Load(e) {
    $('form').height($(document).height());

    $('.ellipsis').autoEllipsis();
}
