Author: ornicar2
Date: 2010-01-27 15:16:03 +0100 (Wed, 27 Jan 2010)
New Revision: 27248
Modified:
plugins/diemPlugin/trunk/dmCorePlugin/lib/response/dmWebResponse.php
Log:
[Diem]
- dmWebResponse no more listens javascript event
Modified: plugins/diemPlugin/trunk/dmCorePlugin/lib/response/dmWebResponse.php
===================================================================
--- plugins/diemPlugin/trunk/dmCorePlugin/lib/response/dmWebResponse.php
2010-01-27 14:10:17 UTC (rev 27247)
+++ plugins/diemPlugin/trunk/dmCorePlugin/lib/response/dmWebResponse.php
2010-01-27 14:16:03 UTC (rev 27248)
@@ -23,8 +23,6 @@
$this->dispatcher->connect('user.remember_me', array($this,
'listenToRememberMeEvent'));
$this->dispatcher->connect('user.sign_out', array($this,
'listenToSignOutEvent'));
-
- $this->dispatcher->connect('dm.layout.filter_javascripts', array($this,
'listenToFilterJavascriptsEvent'));
}
/**
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.