From a086584a41787c9585764bfcf41d10250f623fcd Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 21 Jan 2017 12:59:35 +0800 Subject: [PATCH] update dom id of copyright text --- resources/assets/src/scripts/general.js | 4 ++-- resources/views/admin/master.tpl | 2 +- resources/views/index.tpl | 2 +- resources/views/skinlib/master.tpl | 2 +- resources/views/user/master.tpl | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/assets/src/scripts/general.js b/resources/assets/src/scripts/general.js index 0b6f70ac..bb5764f7 100644 --- a/resources/assets/src/scripts/general.js +++ b/resources/assets/src/scripts/general.js @@ -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; } diff --git a/resources/views/admin/master.tpl b/resources/views/admin/master.tpl index 54f8ed66..68eda708 100644 --- a/resources/views/admin/master.tpl +++ b/resources/views/admin/master.tpl @@ -103,7 +103,7 @@