Skip to content

Commit

Permalink
Always add kendo.core.min
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Dmitriev committed Oct 4, 2017
1 parent c5ff1f1 commit 4fc3cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Eludia/Presentation/Skins/Mint.pm
Expand Up @@ -3318,7 +3318,7 @@ sub draw_page {
'/i/mint/libs/SuperTable/supertable.min.js' : {}
}
});
require([ $kendo_modules ], function() {
require([ 'kendo.core.min', $kendo_modules ], function() {
kendo.culture("ru-RU");
\$(document).ready(function() {
var options = $init_page_options;
Expand Down

0 comments on commit 4fc3cb4

Please sign in to comment.