aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-08-24 16:59:05 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:16 +0200
commitbcb824a9f2407523c84501ac1d4260bb27661ff1 (patch)
tree0df91675b0ccb48b0ed41c35cc7e0c9b90817bce /phpBB/styles
parente7e09f8da26abf0d4e625653d14d68774050a244 (diff)
downloadforums-bcb824a9f2407523c84501ac1d4260bb27661ff1.tar
forums-bcb824a9f2407523c84501ac1d4260bb27661ff1.tar.gz
forums-bcb824a9f2407523c84501ac1d4260bb27661ff1.tar.bz2
forums-bcb824a9f2407523c84501ac1d4260bb27661ff1.tar.xz
forums-bcb824a9f2407523c84501ac1d4260bb27661ff1.zip
[ticket/10272] Renamed AJAX callback "style_act_deact" to "act_deact".
PHPBB3-10272
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/script.js b/phpBB/styles/script.js
index 59fe7cf8e2..4630c4fed1 100644
--- a/phpBB/styles/script.js
+++ b/phpBB/styles/script.js
@@ -377,7 +377,7 @@ phpbb.add_ajax_callback('post_delete', function(el) {
tr.next().find('.up').html('<a href="' + tr.data('up') + '"><img src="./images/icon_up.gif" alt="Move up" title="Move up" /></a>');
phpbb.ajaxify({selector: tr.next().find('.up').children('a')}, false, 'forum_up');
}
-}).add_ajax_callback('style_act_deact', function(el, res) {
+}).add_ajax_callback('act_deact', function(el, res) {
$(el).text(res.text);
var new_href = $(el).attr('href');
if (new_href.indexOf('deactivate') !== -1)