mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-03-07 15:16:40 +08:00
update dom id of copyright text
This commit is contained in:
parent
ea7c7b55e8
commit
a086584a41
@ -2,7 +2,7 @@
|
||||
* @Author: printempw
|
||||
* @Date: 2016-09-15 10:39:41
|
||||
* @Last Modified by: printempw
|
||||
* @Last Modified time: 2017-01-21 11:15:29
|
||||
* @Last Modified time: 2017-01-21 12:58:05
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
@ -309,7 +309,7 @@ $('.fa-forward').click(() => MSP.setStatus('running', !MSP.getStatus('running')
|
||||
$('.fa-repeat' ).click(() => MSP.setStatus('rotation', !MSP.getStatus('rotation')) );
|
||||
|
||||
(function ($) {
|
||||
if ($('#copyright').length != 0 && $('#copyright').text().indexOf('Blessing') >= 0) {
|
||||
if ($('#copyright-text').length != 0 && $('#copyright-text').text().indexOf('Blessing') >= 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -103,7 +103,7 @@
|
||||
<!-- Main Footer -->
|
||||
<footer class="main-footer">
|
||||
<!-- YOU CAN NOT MODIFIY THE COPYRIGHT TEXT W/O PERMISSION -->
|
||||
<div id="copyright" class="pull-right hidden-xs">
|
||||
<div id="copyright-text" class="pull-right hidden-xs">
|
||||
{!! bs_copyright() !!}
|
||||
</div>
|
||||
<!-- Default to the left -->
|
||||
|
@ -140,7 +140,7 @@
|
||||
<!-- Designed by Pratt -->
|
||||
<div class="container">
|
||||
<!-- YOU CAN NOT MODIFIY THE COPYRIGHT TEXT W/O PERMISSION -->
|
||||
<div id="copyright" class="pull-right hidden-xs">
|
||||
<div id="copyright-text" class="pull-right hidden-xs">
|
||||
{!! bs_copyright() !!}
|
||||
</div>
|
||||
<!-- Default to the left -->
|
||||
|
@ -127,7 +127,7 @@
|
||||
<footer class="main-footer">
|
||||
<div class="container">
|
||||
<!-- YOU CAN NOT MODIFIY THE COPYRIGHT TEXT W/O PERMISSION -->
|
||||
<div id="copyright" class="pull-right hidden-xs">
|
||||
<div id="copyright-text" class="pull-right hidden-xs">
|
||||
{!! bs_copyright() !!}
|
||||
</div>
|
||||
<!-- Default to the left -->
|
||||
|
@ -106,7 +106,7 @@
|
||||
<!-- Main Footer -->
|
||||
<footer class="main-footer">
|
||||
<!-- YOU CAN NOT MODIFIY THE COPYRIGHT TEXT W/O PERMISSION -->
|
||||
<div id="copyright" class="pull-right hidden-xs">
|
||||
<div id="copyright-text" class="pull-right hidden-xs">
|
||||
{!! bs_copyright() !!}
|
||||
</div>
|
||||
<!-- Default to the left -->
|
||||
|
Loading…
Reference in New Issue
Block a user