Same db, same code only EF Core is newer
Thnx! A RTFM situation!
Oops, found it: gulp --prod + refresh cache
Thanx! it's working now!
_$modal.find('.modal-body').keydown(function (e) {
if (e.which === 13) {
if ((e.target.tagName.toLocaleLowerCase() === "textarea") || ($(e.target).arrt('class') === 'note-editable')) {
e.stopPropagation();
} else {
e.preventDefault();
_saveModal();
}
}
});
I had same trouble publishing to Azure. Make sure you have minified all your js files with gulp --prod
[https://forum.aspnetboilerplate.com/viewtopic.php?f=5&t=10484])
Thanx! It's working
Thanks ismcagdas, So to make sure to add for instance highcharts I do the following steps: npm install highchart then add to bundle.config.js
"node_modules/highcharts/highcharts.js": "highcharts",
"node_modules/highcharts/css/highcharts.css": "highcharts",
Then run Gulp --prod when publishing to production Is this correct?
Thanx Jims, your solutions works!
I experience the same (v5.04) no errors. Also changing Header bar -> skin to Dark, doesn't work with menu on left side