program/js/common.js
@@ -297,7 +297,6 @@ */ keyboard_only: function(e) { console.log(e); return rcube_event.is_keyboard(e) ? true : rcube_event.cancel(e); }, @@ -607,6 +606,11 @@ }; } // array utility function jQuery.last = function(arr) { return arr && arr.length ? arr[arr.length-1] : undefined; } // jQuery plugin to emulate HTML5 placeholder attributes on input elements jQuery.fn.placeholder = function(text) { return this.each(function() {