-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support for fast loading and cron improvement
- Loading branch information
1 parent
7886d74
commit 521ecdf
Showing
4 changed files
with
53 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<meta http-equiv=”Pragma” content=”no-cache”> | ||
<meta http-equiv=”Expires” content=”-1″> | ||
<meta http-equiv=”CACHE-CONTROL” content=”NO-CACHE”> | ||
|
||
<head> | ||
<title>Poodll Recorder</title> | ||
<meta charset="UTF-8"> | ||
<link rel="stylesheet" type="text/css" href="https://cloud.poodll.com/local/cpapi/cloudstyles.css?v=021"> | ||
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<script type="text/javascript" src="https://cloud.poodll.com/local/cpapi/fastpoodllconfig.js?v=001"></script> | ||
<script type="text/javascript" src="https://cloud.poodll.com/local/cpapi/lib/requirejs/require.js"></script> | ||
<script type="text/javascript" src="https://cloud.poodll.com/local/cpapi/poodllloader.min.js?v=001"></script> | ||
|
||
|
||
<style type="text/css"> | ||
/* BMR video recorder */ | ||
#AUTOID, .iframe-bmr{ | ||
max-width: 410px; | ||
} | ||
#AUTOID .poodll_mediarecorderbox_bmr{ | ||
width: auto !important; | ||
} | ||
#AUTOID, .iframe-bmr, #settingsicon_filter_poodll_controlbar_AUTOID{ | ||
bottom: 0px; | ||
right: 0px; | ||
} | ||
/*end*/ | ||
</style> | ||
</head> | ||
<body> | ||
<div id="AUTOID"></div> | ||
<!-- <input type="text" id="theupdatecontrol"/> --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters