Skip to content

Commit 291b274

Browse files
committed
small tidy up
1 parent be7d735 commit 291b274

File tree

3 files changed

+218
-216
lines changed

3 files changed

+218
-216
lines changed

public/draw.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ $(function(){
213213
});
214214

215215
//colour picker
216-
$('#optionPanelTab').click(function(){
216+
$('#colorPanelTab').click(function(){
217217
if(optionTabOpen){
218-
$('#optionPanel').animate({right: -80}, 200);
218+
$('#colourPanel').animate({right: -80}, 200);
219219
optionTabOpen = false;
220220
} else {
221-
$('#optionPanel').animate({right: 0}, 200);
221+
$('#colourPanel').animate({right: 0}, 200);
222222
optionTabOpen = true;
223223
}
224224

0 commit comments

Comments
 (0)