Skip to content

Commit 75c45c5

Browse files
committed
Button selected state
1 parent 69a73d2 commit 75c45c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/dashboard.index.js

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ var Dashboard = {
3131
var title = jQuery(this).attr('title');
3232

3333
jQuery(this).text(title).attr('title', text);
34+
jQuery(this).toggleClass('selected');
3435

3536
if (self.edit_mode === true) {
3637
self.dashboard.addClass('edit');

0 commit comments

Comments
 (0)