File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ protected override void OnInit(EventArgs e)
228228 var ctlSkin = this . GetSkin ( ) ;
229229
230230 this . clientResourceController . RegisterPathNameAlias ( "SkinPath" , this . CurrentSkinPath ) ;
231-
231+
232232 // check for and read skin package level doctype
233233 this . SetSkinDoctype ( ) ;
234234
@@ -455,7 +455,6 @@ private void InitializePage()
455455 // moved this call to OnInit to avoid incorrect CurrentSkinPath if using fallback skin
456456 ////this.clientResourceController.RegisterPathNameAlias("SkinPath", this.CurrentSkinPath);
457457
458-
459458 // redirect to a specific tab based on name
460459 if ( ! string . IsNullOrEmpty ( this . Request . QueryString [ "tabname" ] ) )
461460 {
@@ -880,4 +879,3 @@ private string GetCssVariablesStylesheetCallback(CacheItemArgs args)
880879 }
881880 }
882881}
883-
You can’t perform that action at this time.
0 commit comments