Improved www.ttss.krakow.pl
Jacek Kowalski
2021-07-31 95ecda6c51c197c3171c0784583d079b3ae5ff67
common.js
@@ -123,7 +123,7 @@
 **********/
function deepMerge(a1, a2) {
   if(typeof a1 !== 'object' || typeof a2 !== 'object') {
   if(a1 === null || typeof a1 !== 'object' || a2 === null || typeof a2 !== 'object') {
      return a2;
   }
   Object.keys(a2).forEach(function (key) {