Skip to content

Commit

Permalink
Remove popup, add dropdown support
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavis committed Mar 15, 2014
1 parent a0fb7b4 commit 120c771
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
(function (root, $) {
$('th.app').popup({
content: 'Custom mobile application',
});
$('.menu .dropdown').dropdown();
}(window, jQuery));

0 comments on commit 120c771

Please sign in to comment.