Restructuring
Import flask app as well as new makefile and entirely new directory structure.
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
<FilesMatch "(?<!min)\.js">
|
||||
deny from all
|
||||
</FilesMatch>
|
File diff suppressed because it is too large
Load Diff
9597
web/js/000-jquery-1.9.1.js
Normal file
9597
web/js/000-jquery-1.9.1.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -297,7 +297,7 @@
|
||||
// vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
|
||||
// vvvvvvvvvvvvvvvvvvv REMOVE IF NOT SUPPORTING IE6/7/8 vvvvvvvvvvvvvvvvvvv
|
||||
// vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
|
||||
$.browser.msie && !supports_onhashchange && (function(){
|
||||
(navigator.appName == 'Microsoft Internet Explorer') && !supports_onhashchange && (function(){
|
||||
// Not only do IE6/7 need the "magical" Iframe treatment, but so does IE8
|
||||
// when running in "IE7 compatibility" mode.
|
||||
|
||||
|
@ -92,7 +92,7 @@
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
dataType: "text",
|
||||
url: "auth?password=" + password,
|
||||
url: "auth?username=photos&password=" + password,
|
||||
success: function() {
|
||||
result(true);
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
$(window).load(function () {
|
||||
window._gaq = window._gaq || [];
|
||||
window._gaq.push(['_setAccount', 'UA-XXXXXX-X']);
|
||||
window._gaq.push(['_setAccount', 'UA-XXXXXX-XXX']);
|
||||
var ga = document.createElement('script');
|
||||
ga.type = 'text/javascript';
|
||||
ga.async = true;
|
||||
|
Reference in New Issue
Block a user