incremental improvements

This commit is contained in:
Zach Prezkuta 2012-12-27 12:20:47 -07:00
parent 98c86d46d4
commit 659ae4ed04
28 changed files with 401 additions and 94 deletions

View file

@ -235,6 +235,13 @@ $j(function(){
function homeRedirect() {
$j('html').fadeOut('slow', function(){
window.location = baseurl + "/login";
});
}
function insertFormatting(comment,BBcode,id) {
var tmpStr = $j("#comment-edit-text-" + id).val();