sou 8 лет назад
Родитель
Сommit
594c721dc2
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      lib/models/page.js

+ 0 - 5
lib/models/page.js

@@ -527,7 +527,6 @@ module.exports = function(crowi) {
     });
   };
 
-<<<<<<< HEAD
   // check if a given page has a local and global tempalte
   pageSchema.statics.checkIfTemplatesExist = function(path) {
     const Page = this;
@@ -577,10 +576,6 @@ module.exports = function(crowi) {
 
     pathList.push(path);
     const newPath = cutOffLastSlash(path);
-<<<<<<< HEAD
-=======
-
->>>>>>> master
     return generatePathsOnTree(newPath, pathList);
   };