Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Switch Prettycron to Cronstrue (first breaks safari)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Aug 24, 2016
1 parent d0fe03c commit c6b1290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/plugins/gui.ajax/package.json
Expand Up @@ -26,7 +26,7 @@
"react-autosuggest": "1.18.2",
"clipboard":"^1.5.8",
"qrcode.react":"0.6.1",
"prettycron":"0.10.0"
"cronstrue":"0.3.1"
},
"devDependencies": {
"grunt": "~0.4.5",
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/gui.ajax/res/js/vendor/nodejs/export.js
Expand Up @@ -15,5 +15,5 @@ window.classNames = require('classnames');
window.ReactAutoSuggest = require('react-autosuggest');
window.Clipboard = require('clipboard');
window.ReactQRCode = require('qrcode.react');
window.PrettyCron = require("prettycron");
window.Cronstrue = require("cronstrue");
window.injectTapEventPlugin();

0 comments on commit c6b1290

Please sign in to comment.