reupload
This commit is contained in:
9
static/threads.js
Normal file
9
static/threads.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// threads.js
|
||||
// by lua (zav@tbdpowered.net)
|
||||
|
||||
function toggleContent(contentId, toggleElement) {
|
||||
$("." + contentId).toggle();
|
||||
|
||||
var $toggle = $(toggleElement);
|
||||
$toggle.text( ($toggle.text() == '[-]' ? '[+]' : '[-]') );
|
||||
}
|
||||
Reference in New Issue
Block a user