mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 16:59:25 +00:00
An attempt at naming the software. Closes #12
This commit is contained in:
@@ -38,4 +38,9 @@ function escapeHtml(str) {
|
||||
};
|
||||
|
||||
return str.replace(/[&<>"'`]/g, escapeCharacter);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Show/hide info block
|
||||
function showInfo() { $("#info-container").show(); $("#table-container").hide(); }
|
||||
function hideInfo() { $("#table-container").show(); $("#info-container").hide(); }
|
||||
Reference in New Issue
Block a user