master
readhame 5 years ago
parent 9f3e5ae651
commit 354a4fdf0c

@ -124,6 +124,7 @@
<workItem from="1594817161640" duration="43000" /> <workItem from="1594817161640" duration="43000" />
<workItem from="1594829060861" duration="586000" /> <workItem from="1594829060861" duration="586000" />
<workItem from="1594896282228" duration="4161000" /> <workItem from="1594896282228" duration="4161000" />
<workItem from="1594923234569" duration="65000" />
</task> </task>
<servers /> <servers />
</component> </component>
@ -167,10 +168,10 @@
<screen x="0" y="0" width="1920" height="1040" /> <screen x="0" y="0" width="1920" height="1040" />
</state> </state>
<state width="623" height="498" key="SwitcherDM/0.0.1920.1040@0.0.1920.1040" timestamp="1594813492846" /> <state width="623" height="498" key="SwitcherDM/0.0.1920.1040@0.0.1920.1040" timestamp="1594813492846" />
<state x="1136" y="344" key="com.intellij.ide.util.TipDialog" timestamp="1594896726211"> <state x="1136" y="344" key="com.intellij.ide.util.TipDialog" timestamp="1594923230591">
<screen x="0" y="0" width="1920" height="1040" /> <screen x="0" y="0" width="1920" height="1040" />
</state> </state>
<state x="1136" y="344" key="com.intellij.ide.util.TipDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1594896726211" /> <state x="1136" y="344" key="com.intellij.ide.util.TipDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1594923230591" />
<state x="701" y="162" key="refactoring.ChangeSignatureDialog" timestamp="1593090265720"> <state x="701" y="162" key="refactoring.ChangeSignatureDialog" timestamp="1593090265720">
<screen x="0" y="0" width="1920" height="1040" /> <screen x="0" y="0" width="1920" height="1040" />
</state> </state>

@ -1098,7 +1098,7 @@ var Game = {
// if card is new, add it, otherwise remove it // if card is new, add it, otherwise remove it
var ids = $.map(self.selected2, function(el) { return $(el).data("id");}); var ids = $.map(self.selected2, function(el) { return $(el).data("id");});
if (ids.indexOf($(card).data('id')) >= 0) { if (ids.indexOf($(card).data('id')) >= 0) {
self.deselectCard(self.selected3,card); self.deselectCard(self.selected2,card);
} else { } else {
self.selectCard4(self.selected2,card); self.selectCard4(self.selected2,card);
} }

Loading…
Cancel
Save