bump pod 1.3.0

This commit is contained in:
2023-03-01 23:58:54 +01:00
parent 7627085704
commit 44171e616b
3 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -34,6 +34,7 @@
regulaminem symulatora Train Driver 2</a regulaminem symulatora Train Driver 2</a
>! >!
</div> </div>
<div class="text--grayed" style="margin-bottom: 0.25em">Strona jest kompletna dla wersji 2022.2.2 symulatora TD2</div>
&copy; &copy;
<a href="https://td2.info.pl/profile/?u=20777" target="_blank">Spythere</a> <a href="https://td2.info.pl/profile/?u=20777" target="_blank">Spythere</a>
{{ new Date().getUTCFullYear() }} | v{{ VERSION }} {{ new Date().getUTCFullYear() }} | v{{ VERSION }}
@@ -164,7 +165,6 @@ footer {
/* MOBILE VIEWS */ /* MOBILE VIEWS */
@media screen and (max-width: $breakpointMd) { @media screen and (max-width: $breakpointMd) {
#app { #app {
font-size: calc(0.7rem + 0.75vw); font-size: calc(0.7rem + 0.75vw);
-2
View File
@@ -43,8 +43,6 @@ const onListItemClick = (index: number) => {
}; };
const stockImageError = (e: Event, stock: IStock) => { const stockImageError = (e: Event, stock: IStock) => {
console.log('error');
emit('stockImageError', e, stock); emit('stockImageError', e, stock);
}; };
-2
View File
@@ -18,8 +18,6 @@ export default defineComponent({
getStockObject(vehicle: Vehicle, cargo?: ICargo | null, count = 1): IStock { getStockObject(vehicle: Vehicle, cargo?: ICargo | null, count = 1): IStock {
const isLoco = isLocomotive(vehicle); const isLoco = isLocomotive(vehicle);
console.log(vehicle.type);
return { return {
id: this.getStockId(), id: this.getStockId(),
type: vehicle.type, type: vehicle.type,