update bootstrap files to bootstrap3
This commit is contained in:
parent
4d4797b8c8
commit
c8dccf9582
23 changed files with 8323 additions and 6251 deletions
|
@ -113,10 +113,10 @@ cloudRepoList = repoListDisplay RepoSelector
|
|||
repoListDisplay :: RepoSelector -> Widget
|
||||
repoListDisplay reposelector = do
|
||||
autoUpdate ident (NotifierRepoListR reposelector) (10 :: Int) (10 :: Int)
|
||||
addScript $ StaticR jquery_ui_core_js
|
||||
addScript $ StaticR jquery_ui_widget_js
|
||||
addScript $ StaticR jquery_ui_mouse_js
|
||||
addScript $ StaticR jquery_ui_sortable_js
|
||||
addScript $ StaticR js_jquery_ui_core_js
|
||||
addScript $ StaticR js_jquery_ui_widget_js
|
||||
addScript $ StaticR js_jquery_ui_mouse_js
|
||||
addScript $ StaticR js_jquery_ui_sortable_js
|
||||
|
||||
repolist <- liftH $ repoList reposelector
|
||||
let addmore = nudgeAddMore reposelector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue