Browse Source

Test commit.

master
Nero Ignis 5 years ago
parent
commit
98d98e82fd
  1. 40
      .idea/workspace.xml
  2. 4
      app.js

40
.idea/workspace.xml

@ -4,8 +4,7 @@ @@ -4,8 +4,7 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="e3f098f0-e98c-435a-af04-d153c9525633" name="Default Changelist" comment="Testing database access.">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<list default="true" id="e3f098f0-e98c-435a-af04-d153c9525633" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/app.js" beforeDir="false" afterPath="$PROJECT_DIR$/app.js" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
@ -44,7 +43,7 @@ @@ -44,7 +43,7 @@
<workItem from="1597264411672" duration="27000" />
<workItem from="1597264469454" duration="594000" />
<workItem from="1597346228730" duration="1851000" />
<workItem from="1597348092890" duration="6567000" />
<workItem from="1597348092890" duration="6876000" />
</task>
<task id="LOCAL-00001" summary="Adds gitignore.">
<created>1597348071361</created>
@ -109,7 +108,21 @@ @@ -109,7 +108,21 @@
<option name="project" value="LOCAL" />
<updated>1597354550739</updated>
</task>
<option name="localTasksCounter" value="10" />
<task id="LOCAL-00010" summary="Test commit.">
<created>1597354669637</created>
<option name="number" value="00010" />
<option name="presentableId" value="LOCAL-00010" />
<option name="project" value="LOCAL" />
<updated>1597354669637</updated>
</task>
<task id="LOCAL-00011" summary="Test commit.">
<created>1597354705571</created>
<option name="number" value="00011" />
<option name="presentableId" value="LOCAL-00011" />
<option name="project" value="LOCAL" />
<updated>1597354705571</updated>
</task>
<option name="localTasksCounter" value="12" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -125,29 +138,38 @@ @@ -125,29 +138,38 @@
<MESSAGE value="Design fixes;&#10;Adds font-awesome;&#10;Adds scroll-down-button;" />
<MESSAGE value="Fix not completely visible messages in mobile view with open keyboard." />
<MESSAGE value="Testing database access." />
<option name="LAST_COMMIT_MESSAGE" value="Testing database access." />
<MESSAGE value="Test commit." />
<option name="LAST_COMMIT_MESSAGE" value="Test commit." />
</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="1597354656570">
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2" timestamp="1597354705521">
<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="1597354656570" />
<state x="222" y="0" width="912" height="720" key="CommitChangelistDialog2/0.0.1366.720@0.0.1366.720" timestamp="1597354705521" />
<state x="466" y="118" width="424" height="490" key="FileChooserDialogImpl" timestamp="1597353496276">
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="466" y="118" width="424" height="490" key="FileChooserDialogImpl/0.0.1366.720@0.0.1366.720" timestamp="1597353496276" />
<state x="127" y="60" width="1092" height="612" key="MergeDialog" timestamp="1597354753021">
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="127" y="60" width="1092" height="612" key="MergeDialog/0.0.1366.720@0.0.1366.720" timestamp="1597354753021" />
<state x="315" y="115" width="726" height="496" key="MultipleFileMergeDialog" timestamp="1597354753023">
<screen x="0" y="0" width="1366" height="720" />
</state>
<state x="315" y="115" width="726" height="496" key="MultipleFileMergeDialog/0.0.1366.720@0.0.1366.720" timestamp="1597354753023" />
<state x="172" y="0" key="SettingsEditor" timestamp="1597353501740">
<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="1597353501740" />
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2" timestamp="1597354551668">
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2" timestamp="1597354755505">
<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="1597354551668" />
<state x="278" y="92" width="800" height="542" key="Vcs.Push.Dialog.v2/0.0.1366.720@0.0.1366.720" timestamp="1597354755505" />
<state x="0" y="0" width="616" height="720" key="find.popup" timestamp="1597346688624">
<screen x="0" y="0" width="1366" height="720" />
</state>

4
app.js

@ -153,10 +153,10 @@ let kara = new Vue({ @@ -153,10 +153,10 @@ let kara = new Vue({
}
})
.then(function (response) {
answer = response.toString();
console.log(response);
})
.catch(function (error) {
answer = error;
console.log(error)
})
}
}

Loading…
Cancel
Save