Upgrade draggabilly.js to fix Firefox iframe bug
TNL-3627
This commit is contained in:
@@ -17,6 +17,7 @@ require.config({
|
||||
paths: {
|
||||
"domReady": "js/vendor/domReady",
|
||||
"gettext": "/i18n",
|
||||
"json2": "js/vendor/json2",
|
||||
"mustache": "js/vendor/mustache",
|
||||
"codemirror": "js/vendor/codemirror-compressed",
|
||||
"codemirror/stex": "js/vendor/CodeMirror/stex",
|
||||
@@ -95,6 +96,9 @@ require.config({
|
||||
]
|
||||
},
|
||||
shim: {
|
||||
"json2": {
|
||||
exports: "JSON"
|
||||
},
|
||||
"gettext": {
|
||||
exports: "gettext"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user