* Modify the space variable name.

This commit is contained in:
tianshujie
2021-12-10 10:16:48 +08:00
parent 446f4a86ed
commit 6244b7500b
+2 -2
View File
@@ -1,6 +1,6 @@
/* Make cards clickable. */
var $spaces = $('.kanbans');
$spaces.on('click', '.panel', function(e)
var $kanbans = $('.kanbans');
$kanbans.on('click', '.panel', function(e)
{
if(!$(e.target).closest('.panel-actions').length)
{