Closed solepixel closed 9 years ago
Also, the scripts I'm embedding are:
<script type="text/javascript" charset="utf-8" src="appframework/appframework.ui.min.js"></script>
<script type="text/javascript" charset="utf-8" src="appframework/plugins/af.slidemenu.js"></script>
Nevermind, I realize now that I needed to change my reference to use appframework/build/ui/appframework.ui.min.js
I used the App with Side Menu sample to start off with and realized that the base code was using an older version of the App Framework.
I upgraded to the latest (2.1.0) and now I'm getting an error in the console whenever I scroll inside a panel or click the Menu Toggle icon (that fires $.ui.toggleSideMenu() ). There are 2 errors that display:
Uncaught TypeError: Object #
I have no idea what is wrong and what changed between the versions. Here's my init code:
Most of the code is directly from the original example. What am I doing wrong?