lib/ruby_app/elements/mobile/documents/quit_document.html.haml in RubyApp-0.6.60 vs lib/ruby_app/elements/mobile/documents/quit_document.html.haml in RubyApp-0.6.61
- old
+ new
@@ -1,9 +1,9 @@
!!! 5
/
#{__FILE__}
%html{self.attributes}
%head
+ %meta{'charset' => 'UTF-8'}
%script
:plain
- // #{__FILE__}
- location.assign('/');
+ location.replace('#{RubyApp.root}');