ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: wintstar on July 27, 2015, 08:32:16 am

Title: Desktopnotifications white page
Post by: wintstar on July 27, 2015, 08:32:16 am
New Install 1.1, fresh updates package today from Github.

If I Enable desktop notifications enable, I see only a white page.

Title: Re: Desktopnotifications white page
Post by: emanuele on July 27, 2015, 09:10:40 am
Better keep the report about elk itself in the bug reports board. ;)

Broken copy&paste again...
In UserNotification.class.php:
Code: [Select]
	protected function _addDesktopNotifications()
{
$this->_addDesktopNotifications();
loadJavascriptFile('desktop-notify.js');
should "obviously" be:
Code: [Select]
	protected function _addDesktopNotifications()
{
loadJavascriptFile('desktop-notify.js');

... :-[
Title: Re: Desktopnotifications white page
Post by: wintstar on July 27, 2015, 09:18:17 am
Okay. Fix works :)
Title: Re: Desktopnotifications white page
Post by: emanuele on July 27, 2015, 05:24:26 pm
https://github.com/emanuele45/Dialogo/commit/ed66790f2d301ef8f041b139b754749c0098a281