Browse Source

Change wildcards in html

master
Nero Ignis 5 years ago
parent
commit
7623d2a748
  1. 24
      .idea/workspace.xml
  2. 2
      index.html

24
.idea/workspace.xml

@ -5,8 +5,6 @@ @@ -5,8 +5,6 @@
</component>
<component name="ChangeListManager">
<list default="true" id="e3f098f0-e98c-435a-af04-d153c9525633" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app.js" beforeDir="false" afterPath="$PROJECT_DIR$/app.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
@ -48,7 +46,7 @@ @@ -48,7 +46,7 @@
<workItem from="1597348092890" duration="8205000" />
<workItem from="1597530844649" duration="131000" />
<workItem from="1597577497243" duration="3353000" />
<workItem from="1597583294362" duration="6287000" />
<workItem from="1597583294362" duration="6367000" />
</task>
<task id="LOCAL-00001" summary="Adds gitignore.">
<created>1597348071361</created>
@ -267,7 +265,14 @@ @@ -267,7 +265,14 @@
<option name="project" value="LOCAL" />
<updated>1597589149291</updated>
</task>
<option name="localTasksCounter" value="32" />
<task id="LOCAL-00032" summary="Adds wildcards for chat.">
<created>1597589650668</created>
<option name="number" value="00032" />
<option name="presentableId" value="LOCAL-00032" />
<option name="project" value="LOCAL" />
<updated>1597589650669</updated>
</task>
<option name="localTasksCounter" value="33" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -291,17 +296,18 @@ @@ -291,17 +296,18 @@
<MESSAGE value="Adds method to change saved username." />
<MESSAGE value="Change button symbol." />
<MESSAGE value="Adds settingsModal;&#10;Adds more saving;&#10;Disables saving welcomeBack messages;" />
<option name="LAST_COMMIT_MESSAGE" value="Adds settingsModal;&#10;Adds more saving;&#10;Disables saving welcomeBack messages;" />
<MESSAGE value="Adds wildcards for chat." />
<option name="LAST_COMMIT_MESSAGE" value="Adds wildcards for chat." />
</component>
<component name="WindowStateProjectService">
<state x="278" y="2" width="800" height="718" key="#Plugins" timestamp="1597350105557">
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="278" y="2" width="800" height="718" key="#Plugins/0.0.1366.720@0.0.1366.720" timestamp="1597350105557" />
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2" timestamp="1597589149240">
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2" timestamp="1597589650609">
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2/0.0.1366.720@0.0.1366.720" timestamp="1597589149240" />
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2/0.0.1366.720@0.0.1366.720" timestamp="1597589650609" />
<state x="466" y="118" width="424" height="490" key="FileChooserDialogImpl" timestamp="1597353496276">
<screen x="0" y="0" width="1366" height="720" />
</state>
@ -318,10 +324,10 @@ @@ -318,10 +324,10 @@
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="172" y="0" key="SettingsEditor/0.0.1366.720@0.0.1366.720" timestamp="1597530949459" />
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2" timestamp="1597589150364">
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2" timestamp="1597589651798">
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2/0.0.1366.720@0.0.1366.720" timestamp="1597589150364" />
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2/0.0.1366.720@0.0.1366.720" timestamp="1597589651798" />
<state x="0" y="0" width="616" height="720" key="find.popup" timestamp="1597346688624">
<screen x="0" y="0" width="1366" height="720" />
</state>

2
index.html

@ -84,7 +84,7 @@ @@ -84,7 +84,7 @@
</div>
<div class="form-group">
<label for="responses">Responses</label>
<small>(Wildcards: $username, $botname)</small>
<small>(Wildcards: $username$, $botname$)</small>
<template v-for="(key, responseOption) in addModal.responses">
<input type="text" v-model="addModal.responses[responseOption]" class="form-control response-input">
</template>

Loading…
Cancel
Save