Skip to content

Commit 6d860d2

Browse files
author
mesut talebi
committed
Bug fix on adding modal's css class
1 parent 5dfc4c4 commit 6d860d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Scripts/MT.BootstrapLazyloader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Nuget Package: MT.BootstrapLazyLoader.js
3-
Version: 1.2.2
3+
Version: 1.2.3
44
55
Created By: Mesut Talebi (mesut.talebi@gmail.com)
66
@@ -116,7 +116,7 @@ $(function () {
116116
}
117117

118118
$(modal).find('.modal-header #LazyloadModalLabel').html(modalHeader);
119-
$(modal).find('.modal-dialog').removeAttr("class").addClass('.modal-dialog').addClass(modalClass);
119+
$(modal).find('.modal-dialog').removeAttr("class").addClass('modal-dialog').addClass(modalClass);
120120

121121
//Ajax Get
122122
$(modal).find('#LazyloadModalContent').html('');

Scripts/MT.BootstrapLazyloader.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)