Author: ornicar2
Date: 2010-01-22 14:47:55 +0100 (Fri, 22 Jan 2010)
New Revision: 27043
Modified:
plugins/diemPlugin/trunk/dmFrontPlugin/web/js/dmFrontForm.js
Log:
[Diem]
- fixed bug in front edition javascript
Modified: plugins/diemPlugin/trunk/dmFrontPlugin/web/js/dmFrontForm.js
===================================================================
--- plugins/diemPlugin/trunk/dmFrontPlugin/web/js/dmFrontForm.js
2010-01-22 13:32:41 UTC (rev 27042)
+++ plugins/diemPlugin/trunk/dmFrontPlugin/web/js/dmFrontForm.js
2010-01-22 13:47:55 UTC (rev 27043)
@@ -14,16 +14,6 @@
this.hotKeys();
},
-
- hotKeys: function()
- {
- var self = this;
-
- self.element.bindKey('Ctrl+s', function() {
- self.form.submit();
- return false;
- });
- },
markdown: function()
{
--
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.