mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 22:45:10 -04:00
completing DiscussionViewer testing
This commit is contained in:
parent
fcb4249e01
commit
a95701bba8
4 changed files with 56 additions and 14 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue