diff options
Diffstat (limited to 'www/js/views/details_extra.js')
-rw-r--r-- | www/js/views/details_extra.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/js/views/details_extra.js b/www/js/views/details_extra.js index a516562..e5f63ba 100644 --- a/www/js/views/details_extra.js +++ b/www/js/views/details_extra.js @@ -108,18 +108,6 @@ this.$('input').each(populate); this.$('select').each(populate); this.$('textarea').each(populate); - }, - - disableScrolling: function() { - if ( typeof cordova !== 'undefined' ) { - cordova.plugins.Keyboard.disableScroll(true); - } - }, - - enableScrolling: function() { - if ( typeof cordova !== 'undefined' ) { - cordova.plugins.Keyboard.disableScroll(false); - } } }) }); |