Mercurial > wikked
diff static/js/wikked.js @ 89:b03f083c3a29
Lots of HTML/JS/Less changes:
- more semantic and simple markup, no useless grid.
- simpler colour schemes (TODO: colours are ugly, tune them).
- better error handling in Backbone views.
- fixed some view bugs.
- changed new/modified page alert to a ribbon with tooltip.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 06 Apr 2013 18:07:31 -0700 |
parents | d5caf4030999 |
children | 13249e5ca51c |
line wrap: on
line diff
--- a/static/js/wikked.js Fri Apr 05 08:08:12 2013 -0700 +++ b/static/js/wikked.js Sat Apr 06 18:07:31 2013 -0700 @@ -12,7 +12,8 @@ handlebars: 'js/handlebars-1.0.rc.1', moment: 'js/moment.min', text: 'js/text', - bootstrap_modal: '/bootstrap/js/bootstrap-modal' + bootstrap_modal: '/bootstrap/js/bootstrap-modal', + bootstrap_tooltip: '/bootstrap/js/bootstrap-tooltip' }, shim: { 'jquery': { @@ -30,6 +31,9 @@ }, 'bootstrap_modal': { deps: ['jquery'] + }, + 'bootstrap_tooltip': { + deps: ['jquery'] } } });