|
|
@ -226,7 +226,7 @@ $.fn.nag = function(parameters) { |
|
|
|
var |
|
|
|
options = module.get.storageOptions() |
|
|
|
; |
|
|
|
if(settings.storageMethod == 'local' && window.store !== undefined) { |
|
|
|
if(settings.storageMethod == 'localstorage' && window.localStorage !== undefined) { |
|
|
|
window.localStorage.removeItem(key); |
|
|
|
} |
|
|
|
// store by cookie
|
|
|
|