Coder Social home page Coder Social logo

html /app.js about qb-cityhall HOT 6 CLOSED

next-game avatar next-game commented on August 18, 2024
html /app.js

from qb-cityhall.

Comments (6)

next-game avatar next-game commented on August 18, 2024

he duplicated from [qb]\qb-cityhall\server local availableJobs

from qb-cityhall.

BerkieBb avatar BerkieBb commented on August 18, 2024

This isn't a bug, you just did it wrong

from qb-cityhall.

BerkieBb avatar BerkieBb commented on August 18, 2024

image
This is what mine looks like after duplicating the ones and renaming them so they don't conflict

from qb-cityhall.

BerkieBb avatar BerkieBb commented on August 18, 2024

You don't duplicate the table, only the entries

from qb-cityhall.

next-game avatar next-game commented on August 18, 2024

You don't duplicate the table, only the entries

local availableJobs = {
["trucker"] = "Курьер",
["taxi"] = "Такси",
["tow"] = "Эвакуатор",
["reporter"] = "Репортер",
["garbage"] = "Мусоровоз",
["bus"] = "Водитель автобуса",
["hauler"] = "Дальнобойщик",
["simplefarmer"] = "Фермер",
["lumberjack"] = "Лесоруб",
["miningWork"] = "Шахтер",
}

                <div class="job-page-blocks">
                    <div class="job-page-block" data-job="trucker"><p>Курьер</p></div>
                    <div class="job-page-block" data-job="taxi"><p>Такси</p></div>
                    <div class="job-page-block" data-job="tow"><p>Эвакуаторщик</p></div>
                    <div class="job-page-block" data-job="reporter"><p>Репортер</p></div>
                    <div class="job-page-block" data-job="garbage"><p>Мусоровоз</p></div>
                    <div class="job-page-block" data-job="bus"><p>Вод-ль автобуса</p></div>
					<div class="job-page-block" data-job="hauler"><p>Дальнобойщик</p></div>
					<div class="job-page-block" data-job="simplefarmer"><p>Фермер</p></div>
					<div class="job-page-block" data-job="lumberjack"><p>Лесоруб</p></div>
					<div class="job-page-block" data-job="miningWork"><p>Шахтер</p></div>
                </div>

screenshot43

from qb-cityhall.

next-game avatar next-game commented on August 18, 2024

looked at the updated index.html, there is no longer a list of works, in my version it was in index.html

from qb-cityhall.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.