* adjust for merge xuanxuan.
This commit is contained in:
@@ -95,6 +95,7 @@ zentaoxx:
|
||||
sed -i "s/marked\.html\.php';?>/marked\.html\.php';?>\n<div id='mainMenu' class='clearfix'><div class='btn-toolbar pull-left'><?php common::printAdminSubMenu('xuanxuan');?><\/div><\/div>/g" zentaoxx/module/client/view/checkupgrade.html.php
|
||||
sed -i '/var serverVersions/d' zentaoxx/module/client/js/checkupgrade.js
|
||||
sed -i '/var currentVersion/d' zentaoxx/module/client/js/checkupgrade.js
|
||||
sed -i '/setRequiredFields(/d' zentaoxx/module/common/view/header.modal.html.php
|
||||
sed -i 's/v\.//g' zentaoxx/module/client/js/checkupgrade.js
|
||||
sed -i 's/xxb_/zt_/g' zentaoxx/db/*.sql
|
||||
mkdir zentaoxx/tools; cp tools/cn2tw.php zentaoxx/tools; cd zentaoxx/tools; php cn2tw.php
|
||||
|
||||
@@ -15,7 +15,7 @@ $(function()
|
||||
if(href.indexOf('browse') >= 0 || href.indexOf('batchCreate') >= 0
|
||||
|| href.indexOf('create') >= 0 || href.indexOf('delete') >= 0) return true;
|
||||
|
||||
if(href.indexOf('activate') >= 0 || href.indexOf('close') >= 0)
|
||||
if($that.hasClass('iframe'))
|
||||
{
|
||||
url = href;
|
||||
target = '';
|
||||
|
||||
Reference in New Issue
Block a user