Skip to content

Commit

Permalink
Updated readme with link to main WET repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Aug 4, 2012
1 parent 9441f98 commit 3808ed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/js/pe-ap-min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/js/pe-ap.js
Expand Up @@ -191,7 +191,7 @@
$.mobile.listview.prototype.options.filterPlaceholder = pe.dic.get('%jqm-filter');

$(document).on("mobileviewloaded", function () {
if ($.mobile !== undefined) {
if (typeof $.mobile !== "undefined") {
$.mobile.initializePage();
} else {
init_on_mobileinit = true;
Expand All @@ -200,7 +200,7 @@
wet_boew_theme.mobileview();
}
} else if (pe.mobile === true) {
if ($.mobile !== undefined) {
if (typeof $.mobile !== "undefined") {
$.mobile.initializePage();
} else {
init_on_mobileinit = true;
Expand Down

0 comments on commit 3808ed3

Please sign in to comment.