diff --git a/index-old.html b/index-old.html index 2b0de68..b5681ec 100755 --- a/index-old.html +++ b/index-old.html @@ -17,7 +17,7 @@ - + + + + + @@ -239,6 +281,12 @@ function setupEditor(){ function setupEditorToolbars(){ var indicator = $('
') .appendTo($('.magazine')) + .click(function(){ + // NOTE: this does the same thing as handleClick... + togglePageView('on') + setCurrentPage(target) + setTransitionEasing(mag, 'cubic-bezier(0.33,0.66,0.66,1)') + }) // the toolbars... var left_bar = $('') @@ -251,26 +299,45 @@ function setupEditor(){ .click(function(){ setTransitionDuration($('.magazine'), 0) removePage() + runMagazineTemplates() + + return false }) $('') .appendTo(right_bar) .click(function(){ shiftPageRight() + runMagazineTemplates() + + return false }) $('') .appendTo(right_bar) .click(function(){ + + return false }) $('') .appendTo(left_bar) .click(function(){ shiftPageLeft() + runMagazineTemplates() + + return false }) $('') .appendTo(left_bar) .click(function(){ + + return false + }) + + $('