Skip to content

Commit

Permalink
v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevelopment committed Dec 24, 2017
1 parent 44dc904 commit 7611cbd
Show file tree
Hide file tree
Showing 7 changed files with 360 additions and 151 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ _videoplayerApp.prototype.appInit = function()
{
log.debug("_videoplayerApp appInit called...");


//Context table
//@formatter:off

Expand Down Expand Up @@ -59,6 +60,7 @@ _videoplayerApp.prototype.appInit = function()
_videoplayerApp.prototype._StartContextReady = function ()
{
framework.common.setSbDomainIcon("apps/_videoplayer/templates/VideoPlayer/images/icon.png");
framework.transitionsObj._genObj._TEMPLATE_CATEGORIES_TABLE.VideoPlayerTmplt = "Detail with UMP";
};

/**
Expand Down

0 comments on commit 7611cbd

Please sign in to comment.