develop branch cleanup (#173)
* develop branch cleanup * develop branch cleanup * develop branch cleanup * move to new lightbox that is responsive * move to new lightbox that is responsive * Adminunused (#175) * remove adminrating * remove adminrating * remove echo * Dbtableclean - remove hidden and secure (#176) * remove hidden and secure from db * remove hidden and secure from db * remove hidden and secure from db * This syntax (ES6) can make defining complex object literals much cleaner. * fix weird blank pages on reloads * remove unused line * lat and long * Just some alignment stuff, only visual code, no functionality. * Refactor away unnecessary 'else' statements. * Prevent duplicate PHP code execution for pie chart generation using passed data. * Various little fixes, like spacing, better date output, removing unused code. * Recursive call to stringify subarray items for API. * Small fixes thanks to Codacy, some simple code cleanup. * More spacing and alignment fixes, purely visual. * Fix domain cookie check. * There is no more slider... * few last cleanups
Showing
bower.json
deleted
100644 → 0
... | @@ -11,9 +11,9 @@ | ... | @@ -11,9 +11,9 @@ |
"commerceguys/enum": "^1.0", | "commerceguys/enum": "^1.0", | ||
"noplanman/xec": "0.1.0", | "noplanman/xec": "0.1.0", | ||
"jaybizzle/crawler-detect": "1.*", | "jaybizzle/crawler-detect": "1.*", | ||
"twbs/bootstrap": "^4.1.0", | |||
"patrickschur/language-detection": "^3.3", | "patrickschur/language-detection": "^3.3", | ||
"geoip2/geoip2": "^2.9" | "geoip2/geoip2": "^2.9", | ||
"maxmind-db/reader": "~1.0" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"squizlabs/php_codesniffer": "^3.3" | "squizlabs/php_codesniffer": "^3.3" | ||
... | ... |