CC-2511:Phone Home Metric: add error display on popup
- refactoring was needed to solve this problem. - javascript error check is not necessary anymore. - The form is preloaded to nowplaying page, only when it's needed, hence ajax call to pull up the form is not needed anymore.
This commit is contained in:
parent
883cacd220
commit
daf6f9963f
6 changed files with 155 additions and 143 deletions
|
@ -2,3 +2,4 @@
|
|||
<span class="toggle-button-active end-button" id="now_view">Now View</span><span class="toggle-button" id="day_view">Day View</span>
|
||||
</div>
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="datatable" id="nowplayingtable"></table>
|
||||
<?php echo $this->dialog?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue