##// END OF EJS Templates
Merge pull request #8092 from Carreau/log-erros...
Matthias Bussonnier -
r20751:4a4dd4da merge
parent child Browse files
Show More
@@ -92,6 +92,7 define([
92 OK: {'class': 'btn-primary'}
92 OK: {'class': 'btn-primary'}
93 }
93 }
94 });
94 });
95 console.warn('Error durring New file creation', e);
95 });
96 });
96 that.load_sessions();
97 that.load_sessions();
97 });
98 });
@@ -111,6 +112,7 define([
111 OK: {'class': 'btn-primary'}
112 OK: {'class': 'btn-primary'}
112 }
113 }
113 });
114 });
115 console.warn('Error durring New directory creation', e);
114 });
116 });
115 that.load_sessions();
117 that.load_sessions();
116 });
118 });
@@ -616,6 +618,7 define([
616 OK: {'class': 'btn-primary'}
618 OK: {'class': 'btn-primary'}
617 }
619 }
618 });
620 });
621 console.warn('Error durring renaming :', e);
619 });
622 });
620 }
623 }
621 },
624 },
@@ -669,6 +672,7 define([
669 OK: {'class': 'btn-primary'}
672 OK: {'class': 'btn-primary'}
670 }
673 }
671 });
674 });
675 console.warn('Error durring content deletion:', e);
672 });
676 });
673 });
677 });
674 }
678 }
@@ -708,6 +712,7 define([
708 OK: {'class': 'btn-primary'}
712 OK: {'class': 'btn-primary'}
709 }
713 }
710 });
714 });
715 console.warn('Error durring content duplication', e);
711 });
716 });
712 });
717 });
713 }
718 }
@@ -782,6 +787,7 define([
782 }
787 }
783 }}
788 }}
784 });
789 });
790 console.warn('Error durring notebook uploading', e);
785 return false;
791 return false;
786 }
792 }
787 content_type = 'application/json';
793 content_type = 'application/json';
General Comments 0
You need to be logged in to leave comments. Login now