|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
'use strict';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define('admin/manage/ip-blacklist', ['Chart', 'benchpress'], function (Chart, Benchpress) {
|
|
|
|
|
define('forum/ip-blacklist', ['Chart', 'benchpress'], function (Chart, Benchpress) {
|
|
|
|
|
var Blacklist = {};
|
|
|
|
|
|
|
|
|
|
Blacklist.init = function () {
|
|
|
|
@ -19,7 +19,7 @@ define('admin/manage/ip-blacklist', ['Chart', 'benchpress'], function (Chart, Be
|
|
|
|
|
app.alert({
|
|
|
|
|
type: 'success',
|
|
|
|
|
alert_id: 'blacklist-saved',
|
|
|
|
|
title: '[[admin/manage/ip-blacklist:alerts.applied-success]]',
|
|
|
|
|
title: '[[ip-blacklist:alerts.applied-success]]',
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|