diff --git a/openlp/core/lib/plugin.py b/openlp/core/lib/plugin.py index ad6f77116..0d925f582 100644 --- a/openlp/core/lib/plugin.py +++ b/openlp/core/lib/plugin.py @@ -384,6 +384,9 @@ class Plugin(QtCore.QObject): def refreshCss(self, frame): """ Allow plugins to refresh javascript on displayed screen. + + ``frame`` + The Web frame holding the page. """ return u'' diff --git a/openlp/plugins/alerts/alertsplugin.py b/openlp/plugins/alerts/alertsplugin.py index b5a6de8c7..213c6814f 100644 --- a/openlp/plugins/alerts/alertsplugin.py +++ b/openlp/plugins/alerts/alertsplugin.py @@ -203,8 +203,8 @@ class AlertsPlugin(Plugin): """ Trigger an update of the CSS in the maindisplay. - `frame` - The Web frame holding the page + ``frame`` + The Web frame holding the page. """ align = VerticalType.Names[self.settings_tab.location] frame.evaluateJavaScript(u'update_css("%s", "%s", "%s", "%s", "%s")' %