// JavaScript Document

$(document).bind("mobileinit", function(){
  $.extend(  $.mobile , {
    metaViewportContent: false
  });
});
