Gritter

From OpenEMR Project Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

PHP Gritter is used to display hoverover notifications in the OpenEMR system. Its the component responsible for displaying the 'logout' notification on the patient portal.

Compatibility

The copy of gritter in OpenEMR does not work properly with some of the versions of jquery found in the tree. specifically:

library/js/jquery.js

This jquery appears to allow gritter to function correctly.

library/js/jquery121.js

This copy of jquery does not allow gritter to see hoverover events.

library/js/jquery.1.3.2.js

This jquery appears to allow gritter to function correctly.