mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
bump pod 1.3.0
This commit is contained in:
+1
-1
@@ -34,6 +34,7 @@
|
||||
regulaminem symulatora Train Driver 2</a
|
||||
>!
|
||||
</div>
|
||||
<div class="text--grayed" style="margin-bottom: 0.25em">Strona jest kompletna dla wersji 2022.2.2 symulatora TD2</div>
|
||||
©
|
||||
<a href="https://td2.info.pl/profile/?u=20777" target="_blank">Spythere</a>
|
||||
{{ new Date().getUTCFullYear() }} | v{{ VERSION }}
|
||||
@@ -164,7 +165,6 @@ footer {
|
||||
|
||||
/* MOBILE VIEWS */
|
||||
|
||||
|
||||
@media screen and (max-width: $breakpointMd) {
|
||||
#app {
|
||||
font-size: calc(0.7rem + 0.75vw);
|
||||
|
||||
@@ -43,8 +43,6 @@ const onListItemClick = (index: number) => {
|
||||
};
|
||||
|
||||
const stockImageError = (e: Event, stock: IStock) => {
|
||||
console.log('error');
|
||||
|
||||
emit('stockImageError', e, stock);
|
||||
};
|
||||
|
||||
|
||||
@@ -18,8 +18,6 @@ export default defineComponent({
|
||||
getStockObject(vehicle: Vehicle, cargo?: ICargo | null, count = 1): IStock {
|
||||
const isLoco = isLocomotive(vehicle);
|
||||
|
||||
console.log(vehicle.type);
|
||||
|
||||
return {
|
||||
id: this.getStockId(),
|
||||
type: vehicle.type,
|
||||
|
||||
Reference in New Issue
Block a user