Browse Source

merge with master

sou 8 years ago
parent
commit
594c721dc2
1 changed files with 0 additions and 5 deletions
  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
   // check if a given page has a local and global tempalte
   pageSchema.statics.checkIfTemplatesExist = function(path) {
   pageSchema.statics.checkIfTemplatesExist = function(path) {
     const Page = this;
     const Page = this;
@@ -577,10 +576,6 @@ module.exports = function(crowi) {
 
 
     pathList.push(path);
     pathList.push(path);
     const newPath = cutOffLastSlash(path);
     const newPath = cutOffLastSlash(path);
-<<<<<<< HEAD
-=======
-
->>>>>>> master
     return generatePathsOnTree(newPath, pathList);
     return generatePathsOnTree(newPath, pathList);
   };
   };