Add dashboard
This commit is contained in:
6
widgets/list/list.coffee
Normal file
6
widgets/list/list.coffee
Normal file
@@ -0,0 +1,6 @@
|
||||
class Dashing.List extends Dashing.Widget
|
||||
ready: ->
|
||||
if @get('unordered')
|
||||
$(@node).find('ol').remove()
|
||||
else
|
||||
$(@node).find('ul').remove()
|
||||
Reference in New Issue
Block a user