diff --git a/docs/examples/dashboard/example.js b/docs/examples/dashboard/example.js index 93be5491..da4dcc23 100644 --- a/docs/examples/dashboard/example.js +++ b/docs/examples/dashboard/example.js @@ -13,8 +13,8 @@ function setDrawerPosition(position) { $container.addClass(position) } -$(document).ready(function() { // document ready is a little convoluted because this executes before jquery. - var buttons = ["drawer-pos-f-l", "drawer-pos-f-r", "drawer-pos-f-t", "drawer-pos-f-b"] +$(document).ready(function() { + var buttons = ["drawer-f-l", "drawer-f-r", "drawer-f-t", "drawer-f-b"] $.each(buttons, function (index, position) { $('#' + position).click(function() { diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index b1992f6f..ee7d7a14 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -9,7 +9,7 @@ js: example.js
-
+