Move to bootstrap 3, better design, move all vendor items local.

This commit is contained in:
Isaac Bythewood
2013-09-24 23:02:00 +00:00
parent 795a905596
commit 50d61af22a
31 changed files with 23095 additions and 159 deletions

View File

@@ -49,7 +49,7 @@ $(window).load(function() {
}
// Edit pin if pencil icon clicked
$('.icon-pencil').each(function() {
$('.glyphicon-pencil').each(function() {
var thisPin = $(this);
$(this).off('click');
$(this).click(function() {
@@ -59,7 +59,7 @@ $(window).load(function() {
});
// Delete pin if trash icon clicked
$('.icon-trash').each(function() {
$('.glyphicon-trash').each(function() {
var thisPin = $(this);
$(this).off('click');
$(this).click(function() {