Roo/bootstrap/Calendar.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:59:52 +0000 (13:59 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 05:59:52 +0000 (13:59 +0800)
Roo/bootstrap/Calendar.js

index 8d37453..de24f23 100644 (file)
@@ -56,7 +56,7 @@ Roo.extend(Roo.bootstrap.Calendar, Roo.bootstrap.Component,  {
                             'fc-corner-' + corner.split(' ').join(' fc-corner-') :
                             ''
                         ),
-                html : '<SPAN class="fc-text-'+style+ '">'+content +'</SPAN>',
+                html : '<SPAN class="fc-text-'+style+ '" unselectable: 'on'>'+content +'</SPAN>',
                 unselectable: 'on'
             });
         };