added not found placeholder in add series

added path validation to add series
This commit is contained in:
Keivan Beigi 2013-09-17 17:54:57 -07:00
parent cdb195a44f
commit ac18d6c704
9 changed files with 108 additions and 39 deletions

View file

@ -36,7 +36,8 @@ require.config({
init: function () {
require(
[
'jQuery/ToTheTop'
'jQuery/ToTheTop',
'Instrumentation/ErrorHandler'
]);
}