mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 19:20:09 +00:00
15 lines
413 B
JavaScript
Executable File
15 lines
413 B
JavaScript
Executable File
/**********************************************************************
|
|
*
|
|
*
|
|
**********************************************************************/
|
|
|
|
// PhoneGap...
|
|
if(navigator.userAgent.match(/(iPhone|iPod|iPad|Android|BlackBerry)/)){
|
|
UPDATE_HASH_URL_POSITION = false
|
|
FULL_HISTORY_ENABLED = false
|
|
}
|
|
|
|
|
|
/*********************************************************************/
|
|
// vim:set ts=4 sw=4 :
|