fixed typo: s/durring/during/g in notebooklist.js

This commit is contained in:
Nathan Daly 2016-02-15 12:51:58 -08:00
parent 50c388ae5a
commit a595e4338b

View File

@ -102,7 +102,7 @@ define([
OK: {'class': 'btn-primary'} OK: {'class': 'btn-primary'}
} }
}); });
console.warn('Error durring New file creation', e); console.warn('Error during New file creation', e);
}); });
that.load_sessions(); that.load_sessions();
}); });
@ -122,7 +122,7 @@ define([
OK: {'class': 'btn-primary'} OK: {'class': 'btn-primary'}
} }
}); });
console.warn('Error durring New directory creation', e); console.warn('Error during New directory creation', e);
}); });
that.load_sessions(); that.load_sessions();
}); });
@ -765,7 +765,7 @@ define([
OK: {'class': 'btn-primary'} OK: {'class': 'btn-primary'}
} }
}); });
console.warn('Error durring renaming :', e); console.warn('Error during renaming :', e);
}); });
} }
} }
@ -838,7 +838,7 @@ define([
OK: {'class': 'btn-primary'} OK: {'class': 'btn-primary'}
} }
}); });
console.warn('Error durring moving :', e); console.warn('Error during moving :', e);
}); });
}); // End of forEach. }); // End of forEach.
} }
@ -896,7 +896,7 @@ define([
OK: {'class': 'btn-primary'} OK: {'class': 'btn-primary'}
} }
}); });
console.warn('Error durring content deletion:', e); console.warn('Error during content deletion:', e);
}); });
}); });
} }
@ -939,7 +939,7 @@ define([
OK: {'class': 'btn-primary'} OK: {'class': 'btn-primary'}
} }
}); });
console.warn('Error durring content duplication', e); console.warn('Error during content duplication', e);
}); });
}); });
} }
@ -1013,7 +1013,7 @@ define([
} }
}} }}
}); });
console.warn('Error durring notebook uploading', e); console.warn('Error during notebook uploading', e);
return false; return false;
} }
content_type = 'application/json'; content_type = 'application/json';