Commit d479dc9d7c67c4ce778e72da4da6592dad9c1a1a
1 parent
6e8377ee
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
classesjs/classe_util.js
| ... | ... | @@ -2867,11 +2867,15 @@ i3GEO.util = |
| 2867 | 2867 | * array |
| 2868 | 2868 | */ |
| 2869 | 2869 | pegaDadosLocal : function(item) { |
| 2870 | + //nao roda no firefox | |
| 2871 | + return false; | |
| 2872 | + /* | |
| 2870 | 2873 | if (i3GEO.util.verifica_html5_storage() && localStorage[item]) { |
| 2871 | 2874 | return window.localStorage[item]; |
| 2872 | 2875 | } else { |
| 2873 | 2876 | return false; |
| 2874 | 2877 | } |
| 2878 | + */ | |
| 2875 | 2879 | }, |
| 2876 | 2880 | /** |
| 2877 | 2881 | * Function: limpaDadosLocal | ... | ... |