Fix return value for getCurrentTable() method

This commit is contained in:
Dan Sosedoff
2014-12-01 20:52:46 -06:00
parent 590d47906e
commit 7d42cd3f07
2 changed files with 259 additions and 259 deletions

View File

@@ -54,7 +54,7 @@ function unescapeHtml(str){
}
function getCurrentTable() {
return $("#tables").attr("data-current");
return $("#tables").attr("data-current") || "";
}
function resetTable() {