Edit time and add br to the page end
Took 3 minutes
This commit is contained in:
parent
9d5d7ab20d
commit
b02c99dd48
23
.idea/workspace.xml
generated
23
.idea/workspace.xml
generated
@ -21,8 +21,8 @@
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="fc13552d-b118-4828-b78f-fc8714e0cfdc" name="Default Changelist" comment="Final COMMIT!!!">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/config.inc.php" beforeDir="false" afterPath="$PROJECT_DIR$/config.inc.php" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/templates/faq.tmpl.html" beforeDir="false" afterPath="$PROJECT_DIR$/templates/faq.tmpl.html" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/vendor/js/faq.js" beforeDir="false" afterPath="$PROJECT_DIR$/vendor/js/faq.js" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@ -33,7 +33,7 @@
|
||||
<execution />
|
||||
</component>
|
||||
<component name="DarkyenusTimeTracker">
|
||||
<option name="totalTimeSeconds" value="88224" />
|
||||
<option name="totalTimeSeconds" value="88442" />
|
||||
<option name="gitIntegration" value="true" />
|
||||
<option name="naggedAbout" value="1" />
|
||||
</component>
|
||||
@ -79,7 +79,7 @@
|
||||
<updated>1601618466935</updated>
|
||||
<workItem from="1601618467981" duration="36776000" />
|
||||
<workItem from="1601809534320" duration="1558000" />
|
||||
<workItem from="1601811106543" duration="19723000" />
|
||||
<workItem from="1601811106543" duration="19941000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="Initial commit">
|
||||
<created>1601618764031</created>
|
||||
@ -284,7 +284,14 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1601843125780</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="30" />
|
||||
<task id="LOCAL-00030" summary="Add copy-url button">
|
||||
<created>1601843766946</created>
|
||||
<option name="number" value="00030" />
|
||||
<option name="presentableId" value="LOCAL-00030" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1601843766946</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="31" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
@ -303,7 +310,6 @@
|
||||
<option name="oldMeFiltersMigrated" value="true" />
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="Stunden ende, einiges fertig, fehlt nicht mehr viel" />
|
||||
<MESSAGE value="Almost done, just the answer system and query is missing" />
|
||||
<MESSAGE value="Almost done, finish line!" />
|
||||
<MESSAGE value="Fixing a bug where the answer is posted directly" />
|
||||
@ -328,7 +334,8 @@
|
||||
<MESSAGE value="Allowing html content in answerModal" />
|
||||
<MESSAGE value="Update timezone" />
|
||||
<MESSAGE value="Performance update, load only when okay is pressed" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Performance update, load only when okay is pressed" />
|
||||
<MESSAGE value="Add copy-url button" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Add copy-url button" />
|
||||
</component>
|
||||
<component name="WindowStateProjectService">
|
||||
<state x="728" y="326" width="800" height="683" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1601632929047">
|
||||
@ -367,10 +374,10 @@
|
||||
<screen x="0" y="34" width="1920" height="1046" />
|
||||
</state>
|
||||
<state x="441" y="192" width="1037" height="736" key="SettingsEditor/0.34.1920.1046@0.34.1920.1046" timestamp="1601632853044" />
|
||||
<state x="555" y="292" width="800" height="535" key="Vcs.Push.Dialog.v2" timestamp="1601840526172">
|
||||
<state x="555" y="292" width="800" height="535" key="Vcs.Push.Dialog.v2" timestamp="1601843767840">
|
||||
<screen x="0" y="34" width="1920" height="1046" />
|
||||
</state>
|
||||
<state x="555" y="292" width="800" height="535" key="Vcs.Push.Dialog.v2/0.34.1920.1046@0.34.1920.1046" timestamp="1601840526172" />
|
||||
<state x="555" y="292" width="800" height="535" key="Vcs.Push.Dialog.v2/0.34.1920.1046@0.34.1920.1046" timestamp="1601843767840" />
|
||||
<state x="809" y="122" width="639" height="876" key="com.intellij.database.view.ui.AbstractDbRefactoringDialog" timestamp="1601632983240">
|
||||
<screen x="0" y="34" width="1920" height="1046" />
|
||||
</state>
|
||||
|
@ -8,4 +8,4 @@ define( 'MYSQL_DB', 'c1online_faq' );
|
||||
|
||||
define( 'CODE_LENGTH', 4 );
|
||||
define( 'SHARE_URL_PREFIX', 'https://faq.hw-table.de/?code=' );
|
||||
define( 'WASTED_TIME', '24hrs and 12mins' );
|
||||
define( 'WASTED_TIME', '24hrs and 39mins' );
|
||||
|
@ -218,6 +218,7 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<br>
|
||||
</main>
|
||||
|
||||
<footer class="footer mt-auto py-3">
|
||||
|
Loading…
x
Reference in New Issue
Block a user