1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-10 00:30:09 +00:00

Removing WCF.Action.Toggle as it has no effect

This commit is contained in:
Tim Düsterhus 2012-02-26 11:12:29 +01:00
parent 18b6ac9ca6
commit 38977abbd8
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@
//<![CDATA[ //<![CDATA[
$(function() { $(function() {
new WCF.Action.Delete('wcf\\data\\chat\\room\\ChatRoomAction', $('.chatRoomRow'), $('.wcf-content .wcf-badge')); new WCF.Action.Delete('wcf\\data\\chat\\room\\ChatRoomAction', $('.chatRoomRow'), $('.wcf-content .wcf-badge'));
new WCF.Action.Toggle('wcf\\data\\chat\\room\\ChatRoomAction', $('.chatRoomRow'));
}); });
//]]> //]]>
</script> </script>