Skip to content

Commit

Permalink
Merge pull request jquery-archive#4230 from MauriceG/patch-86
Browse files Browse the repository at this point in the history
Docs: Suggestion for jquery-archive#4211 Version text disappears; $() := pageinit
  • Loading branch information
Wilto committed May 22, 2012
2 parents 8acf900 + 15ae96d commit db5a6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_assets/js/jqm-docs.js
Expand Up @@ -6,7 +6,7 @@ $(function(){
});

// display the version of jQM
$(function() {
$(document).bind( 'pageinit', function() {
var version = $.mobile.version || "dev",
words = version.split( "-" ),
ver = words[0],
Expand Down

0 comments on commit db5a6d3

Please sign in to comment.