Revert "Export"
[framework/web/web-ui-fw.git] / tests / samples / text-selection / main.js
1 $( document ).bind("pagecreate", function () {
2         $('#back').bind( "vclick", function () {
3                 history.back();
4         });
5 });
6
7 $( "#no-user-select" ).live( "pageshow", function () {
8         $.mobile.tizen.disableSelection( this );
9 });