mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-12 12:00:40 +08:00
version 1.3.1
This commit is contained in:
+1
-4
@@ -83,10 +83,7 @@ if (_build) {
|
||||
includeJS('../src/gcal.js');
|
||||
}
|
||||
|
||||
var _userAgent = navigator.userAgent.toLowerCase();
|
||||
if (!/mozilla/.test(_userAgent) || /(compatible|webkit)/.test(_userAgent) || !window.console || !window.console.log) {
|
||||
includeJS('firebug-lite/firebug-lite-compressed.js');
|
||||
}
|
||||
includeJS('firebug-lite/firebug-lite-compressed.js');
|
||||
|
||||
window.onload = function() {
|
||||
$('body').append(
|
||||
|
||||
Reference in New Issue
Block a user