messagerie-melanie2 / Roundcube-Plugin-JQuery-Mobile

Jquery Mobile plugin for Roundcube. Used for mobile skin
GNU General Public License v3.0
25 stars 5 forks source link

Include jquery_mobile files only when requested. #1

Closed dsoares closed 8 years ago

dsoares commented 8 years ago

If device is not mobile, do not mess the current skin with jquery_mobile plugin files.

tpayen commented 8 years ago

If jquery_mobile made the mess in the current skin, this is because you have add it in your config file as a 'plugins' property. For mobile skin you just need to add "mobile" as a plugin in the config file. The idea behind jquery_mobile is a standalone plugin, which can be used by others plugins, like the jqueryui plugin. There is probably some things to enhance but I'm not sure this pr is really fixing a problem.

dsoares commented 8 years ago

You are absolutely right, sorry for my distraction. I'm going to close it.