completing DiscussionViewer testing

This commit is contained in:
El RIDO
2018-01-02 15:38:37 +01:00
parent fcb4249e01
commit a95701bba8
4 changed files with 56 additions and 14 deletions

View File

@@ -977,7 +977,7 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
if (typeof customHandler === 'function') {
var handlerResult = customHandler(alertType[id], $element, args, icon);
if (handlerResult === true) {
// if it returs true, skip own handler
// if it returns true, skip own handler
return;
}
if (handlerResult instanceof jQuery) {