quasi completata gestione devices (salva cookie ma c'èp ancora loop reindirizzamento da risolvere...)

This commit is contained in:
Samuele E. Locatelli
2015-04-16 18:42:22 +02:00
parent 4b71204c22
commit ad2a6302b9
128 changed files with 1402 additions and 168 deletions
+1 -1
View File
@@ -1856,7 +1856,7 @@ $.mobile.widget = $.Widget;
// Create hidden Iframe. Attempt to make Iframe as hidden as possible
// by using techniques from http://www.paciellogroup.com/blog/?p=604.
iframe = $('<iframe tabindex="-1" title="empty"/>').hide()
iframe = $('<iframe tabindex="-1" title="empty" />').hide()
// When Iframe has completely loaded, initialize the history and
// start polling.
File diff suppressed because one or more lines are too long