feat(forums): new server notice message of torrent delete and support delete reason select or enter

#20
This commit is contained in:
OldHawk
2017-12-17 13:57:11 +08:00
parent ee467665b5
commit 437566868b
16 changed files with 146 additions and 23 deletions

View File

@@ -194,7 +194,6 @@
* onTopicTitleEdited
*/
$scope.onTopicTitleEdited = function (modifyed) {
console.log(modifyed);
if (vm.topic && modifyed) {
vm.topic.$update(function (res) {
vm.topic = res;