Commit 197b016077d934449bbcd35ad0d3bb2f3733814e

Authored by Sandeep Kumar
1 parent 295edd7c

cb editor more bugs fixed

400-SOURCECODE/AIAHTML5.Web/Web.config
... ... @@ -21,7 +21,7 @@
21 21  
22 22 </location>
23 23 <system.webServer>
24   - <rewrite>
  24 + <!--<rewrite>
25 25 <rules>
26 26 <rule name="AngularJS Routes" stopProcessing="true">
27 27 <match url=".*" />
... ... @@ -33,7 +33,7 @@
33 33 <action type="Rewrite" url="/" />
34 34 </rule>
35 35 </rules>
36   - </rewrite>
  36 + </rewrite>-->
37 37 <staticContent>
38 38  
39 39 <remove fileExtension=".mp3" />
... ...
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -6124,7 +6124,7 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A
6124 6124 }
6125 6125  
6126 6126 $(".currentyear").html($rootScope.current_year);
6127   - }, 320);
  6127 + }, 520);
6128 6128 }
6129 6129  
6130 6130 }
... ...