Engincan VESKE
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
modules/cms-kit/src/Volo.CmsKit.Public.Web/Pages/CmsKit/Shared/Components/ReactionSelection/default.js
|
|
|
@ -2,10 +2,10 @@ |
|
|
|
|
|
|
|
var l = abp.localization.getResource('CmsKit'); |
|
|
|
|
|
|
|
var myDefaultWhiteList = $.fn.tooltip.Constructor.Default.allowList; |
|
|
|
var myDefaultAllowList = $.fn.tooltip.Constructor.Default.allowList; |
|
|
|
|
|
|
|
if (myDefaultWhiteList.span.indexOf('data-reaction-name') < 0) { |
|
|
|
myDefaultWhiteList.span.push('data-reaction-name'); |
|
|
|
if (myDefaultAllowList.span.indexOf('data-reaction-name') < 0) { |
|
|
|
myDefaultAllowList.span.push('data-reaction-name'); |
|
|
|
} |
|
|
|
|
|
|
|
abp.widgets.CmsReactionSelection = function ($widget) { |
|
|
|
|