Skip to content

Commit dcd919d

Browse files
authored
Merge pull request #20480 from abpframework/salihozkara-patch-2
Update dom-event-handlers.js
2 parents 7d13e21 + b07aa72 commit dcd919d

File tree

1 file changed

+1
-1
lines changed
  • framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap

1 file changed

+1
-1
lines changed

framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/dom-event-handlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
abp.dom.initializers.initializeForms(args.$el.findWithSelf('form'), true);
211211
abp.dom.initializers.initializeScript(args.$el);
212212
abp.dom.initializers.initializeAutocompleteSelects(args.$el.findWithSelf('.auto-complete-select'));
213-
abp.dom.initializers.initializeAbpCspStyles($("link[abp-csp-style]"));
213+
abp.dom.initializers.initializeAbpCspStyles(args.$el.findWithSelf("link[abp-csp-style]"));
214214
});
215215

216216
abp.dom.onNodeRemoved(function (args) {

0 commit comments

Comments
 (0)