We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf9202 commit 499582aCopy full SHA for 499582a
src/main/resources/templates/layout/page.html
@@ -229,7 +229,7 @@
229
var sourceTaskId = ev.dataTransfer.getData("task").split("_")[1];
230
var destinationTaskIdInfo = ev.target.id;
231
var destinationTaskId = destinationTaskIdInfo.split("_")[1];
232
- ev.preventDefault();
+ ev.preventDefault();
233
if(srcType === 'task') {
234
if(requestPathFirst === 'taskstate'){
235
myUrl = '[(@{/taskstate/task/})]' + sourceTaskId + '/changeorderto/' + destinationTaskId;
@@ -243,7 +243,7 @@
243
244
function allowDrop2Project(ev){
245
ev.preventDefault();
246
- return true
+ return true
247
}
248
249
function dragProject(ev) {
0 commit comments