Skip to content

Commit

Permalink
fix: alert_id selector
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Sep 8, 2020
1 parent a78e1df commit 2bebdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/client/topic/move.js
Expand Up @@ -61,7 +61,7 @@ define('forum/topic/move', ['categorySelector', 'alerts'], function (categorySel
modal.modal('hide');

alerts.alert({
alert_id: 'tids_move_' + Move.tids.join(';'),
alert_id: 'tids_move_' + Move.tids.join('-'),
title: '[[topic:thread_tools.move]]',
message: '[[topic:topic_move_success, ' + selectedCategory.name + ']]',
type: 'success',
Expand Down

0 comments on commit 2bebdf0

Please sign in to comment.